Skip to content

Commit 462fa1a

Browse files
authored
Update Dockerfile
1 parent fbb7a14 commit 462fa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest
22
LABEL maintainer="[email protected]"
33

4-
RUN apk update && apk add \
4+
RUN apk --no-cache add \
55
curl \
66
git \
77
vim \

0 commit comments

Comments
 (0)