This commit is contained in:
Shahrad Elahi 2024-09-10 03:11:27 +03:30
parent 00af40f87b
commit 6559f8f46f
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ RUN xx-apk update && xx-apk upgrade && xx-apk add -U --no-cache \
bash \
make \
&& rm -rf /var/cache/apk/*
SHELL ["/bin/bash", "-c"]
SHELL ["/usr/bin/env","bash", "-c"]
RUN <<EOT
set -ex
cd /tmp