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 f65d370 commit 06f9a36Copy full SHA for 06f9a36
json/Dockerfile
@@ -12,8 +12,8 @@ ARG USER_GECOS=Default
12
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
13
14
# hadolint ignore=DL3019
15
-RUN apk upgrade –-no-cache \
16
- && apk add –-no-cache \
+RUN apk upgrade --no-cache \
+ && apk add --no-cache \
17
coreutils=9.7-r1 \
18
curl=8.14.1-r1 \
19
git=2.49.1-r0 \
@@ -25,7 +25,7 @@ RUN apk upgrade –-no-cache \
25
py3-pip=25.1.1-r0 \
26
python3=3.12.11-r0 \
27
yq-go=4.46.1-r1 \
28
- && apk cache clean \
+ && apk cache --no-cache clean \
29
&& rm -rf /var/cache/apk/*
30
31
RUN pipx ensurepath --global \
0 commit comments