There was an error while loading. Please reload this page.
1 parent 669385c commit e2a3984Copy full SHA for e2a3984
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ COPY entrypoint.sh /
12
COPY alpine-packages.txt /tmp/alpine-packages.txt
13
14
# Install needed packages
15
-SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
+SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
16
# hadolint ignore=DL3018
17
RUN set -eux; \
18
xargs -r apk add --no-cache < /tmp/alpine-packages.txt; \
0 commit comments