We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb7a14 commit 462fa1aCopy full SHA for 462fa1a
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:latest
2
LABEL maintainer="[email protected]"
3
4
-RUN apk update && apk add \
+RUN apk --no-cache add \
5
curl \
6
git \
7
vim \
0 commit comments