Skip to content

Commit 0a69ff5

Browse files
committed
Using no-cache option while upgrading for consistency
1 parent f24f566 commit 0a69ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="d3fk"
33
LABEL org.opencontainers.image.source="https://github.com/Angatar/s3cmd.git"
44
LABEL org.opencontainers.image.url="https://github.com/Angatar/s3cmd"
55

6-
RUN apk upgrade \
6+
RUN apk upgrade --no-cache \
77
&& apk add --no-cache python3 py3-six py3-pip py3-setuptools libmagic git ca-certificates \
88
&& git clone https://github.com/s3tools/s3cmd.git /tmp/s3cmd \
99
&& cd /tmp/s3cmd \

0 commit comments

Comments
 (0)