We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4624a commit a88e344Copy full SHA for a88e344
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ ARG TARGETARCH
7
ARG URL="https://github.com/jedisct1/dnscrypt-proxy/releases/download/${VERSION}/dnscrypt-proxy-linux_${TARGETARCH}-${VERSION}.tar.gz"
8
9
RUN apk update \
10
- && apk add curl
+ && apk add --no-cache curl
11
12
COPY get.sh .
13
RUN sh get.sh
0 commit comments