Merge pull request #5 from embedd-actions/test

Test
This commit is contained in:
Sergey 2024-11-29 11:45:28 +03:00 committed by GitHub
commit 049e5a1862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get install \
--no-install-recommends \
make \
ninja-build \
cmake \
wget \
ca-certificates \

View File

@ -2,4 +2,4 @@
. /etc/bashrc
exec $@
exec bash -c "$@"