We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cd5f3 commit 8d0b3caCopy full SHA for 8d0b3ca
json/Dockerfile
@@ -9,6 +9,8 @@ ARG USER_HOME=/home/default
9
ARG USER_ID=1000
10
ARG USER_GECOS=Default
11
12
+SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
13
+
14
# hadolint ignore=DL3018
15
RUN apk --update --no-cache add \
16
jose \
@@ -18,8 +20,6 @@ RUN apk --update --no-cache add \
18
20
py3-pip \
19
21
&& rm -rf /var/cache/apk/*
22
-SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
-
23
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
24
json2yaml==1.2.0 \
25
PyJWT==2.10.1 \
0 commit comments