Skip to content

Commit 8d0b3ca

Browse files
committed
Update Dockerfile
1 parent 30cd5f3 commit 8d0b3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json/Dockerfile

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

12+
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
13+
1214
# hadolint ignore=DL3018
1315
RUN apk --update --no-cache add \
1416
jose \
@@ -18,8 +20,6 @@ RUN apk --update --no-cache add \
1820
py3-pip \
1921
&& rm -rf /var/cache/apk/*
2022

21-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
22-
2323
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
2424
json2yaml==1.2.0 \
2525
PyJWT==2.10.1 \

0 commit comments

Comments
 (0)