Compare commits

..

3 Commits

Author SHA1 Message Date
Sergey
48fc1daf65
Update Dockerfile 2024-11-29 11:58:45 +03:00
Sergey
446b0451ba
Update entrypoint.sh 2024-11-29 11:58:15 +03:00
Sergey
911db20613
Update README.md 2024-07-29 09:43:51 +03:00
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@ Building arm-gcc projects with xpack compilator
## Usage: ## Usage:
``` ```yml
jobs: jobs:
build: build:

View File

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