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.
1 parent f24f566 commit 0a69ff5Copy full SHA for 0a69ff5
Dockerfile
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="d3fk"
3
LABEL org.opencontainers.image.source="https://github.com/Angatar/s3cmd.git"
4
LABEL org.opencontainers.image.url="https://github.com/Angatar/s3cmd"
5
6
-RUN apk upgrade \
+RUN apk upgrade --no-cache \
7
&& apk add --no-cache python3 py3-six py3-pip py3-setuptools libmagic git ca-certificates \
8
&& git clone https://github.com/s3tools/s3cmd.git /tmp/s3cmd \
9
&& cd /tmp/s3cmd \
0 commit comments