From 2d794cf58ed032968ca2896297750e4f31c6a4a9 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 16 Nov 2021 11:43:34 -0300 Subject: [PATCH] run shell or other commands --- Dockerfile | 1 + build.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 313c737..69fb330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,4 @@ RUN apk update USER builder ENTRYPOINT /usr/local/bin/build +CMD ["abuild", "-r"] diff --git a/build.sh b/build.sh index 41f87b7..bcc8cef 100755 --- a/build.sh +++ b/build.sh @@ -6,4 +6,5 @@ export PATH=/usr/lib/ccache/bin:$PATH cd /home/builder/package abuild checksum -abuild -r + +exec $*