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.
2 parents 60bd28f + 22b28b4 commit 75f3eadCopy full SHA for 75f3ead
Dockerfile
@@ -1,7 +1,6 @@
1
FROM alpine:3.13
2
LABEL maintainer="Asif Mohammad Mollah <https://mrasif.in>"
3
-RUN apk update
4
-RUN apk add curl ca-certificates
+RUN apk --no-cache add curl ca-certificates
5
WORKDIR /script
6
COPY ./script.sh /script/
7
COPY ./curlrc /script/.curlrc
0 commit comments