We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b15162 commit 2961a6cCopy full SHA for 2961a6c
1 file changed
pgp-verify-jar/Dockerfile
@@ -10,13 +10,13 @@ ARG USER_GECOS=Default
10
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
11
12
# hadolint ignore=DL3019
13
-RUN apk -U upgrade \
14
- && apk add \
+RUN apk upgrade --no-cache \
+ && apk add --no-cache \
15
bash=5.2.37-r0 \
16
curl=8.14.1-r1 \
17
git=2.49.1-r0 \
18
gnupg=2.4.7-r0 \
19
- && apk cache clean \
+ && apk cache --no-cache clean \
20
&& rm -rf /var/cache/apk/*
21
22
# create gpg directory to prevent keyboxd to automagically start, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
0 commit comments