Skip to content

Commit a88e344

Browse files
authored
2.1.5
1 parent 9f4624a commit a88e344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG TARGETARCH
77
ARG URL="https://github.com/jedisct1/dnscrypt-proxy/releases/download/${VERSION}/dnscrypt-proxy-linux_${TARGETARCH}-${VERSION}.tar.gz"
88

99
RUN apk update \
10-
&& apk add curl
10+
&& apk add --no-cache curl
1111

1212
COPY get.sh .
1313
RUN sh get.sh

0 commit comments

Comments
 (0)