This commit is contained in:
Shahrad Elahi
2024-05-29 20:01:36 +03:30
parent f0d675dc39
commit 9a6fdaa2a5
98 changed files with 230 additions and 196 deletions

View File

@@ -24,7 +24,7 @@ RUN apk update \
make \
&& rm -rf /var/cache/apk/*
SHELL ["/bin/bash", "-c"]
RUN <<EOT
RUN << EOT
set -ex
cd /tmp