Skip to content

Commit ddd4d6d

Browse files
committed
Update Dockerfile
1 parent 584c2ec commit ddd4d6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pgp-verify-jar/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ARG USER_HOME=/home/default
77
ARG USER_ID=1000
88
ARG USER_GECOS=Default
99

10+
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
11+
1012
# hadolint ignore=DL3018
1113
RUN apk --update --no-cache add bash curl gnupg \
1214
&& rm -rf /var/cache/apk/* \

0 commit comments

Comments
 (0)