We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8f562 commit 28a13acCopy full SHA for 28a13ac
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY entrypoint.sh /
5
COPY alpine-packages.txt /tmp/alpine-packages.txt
6
7
# Install needed packages
8
-SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
+SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
9
# hadolint ignore=DL3018
10
RUN set -eux; \
11
xargs -r apk add --no-cache < /tmp/alpine-packages.txt; \
0 commit comments