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 0fbe122 commit 14c9c48Copy full SHA for 14c9c48
Dockerfile
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="d3fk"
3
LABEL org.opencontainers.image.source="https://github.com/Angatar/mysql-s3-backup.git"
4
LABEL org.opencontainers.image.url="https://github.com/Angatar/mysql-s3-backup"
5
6
-RUN apk upgrade \
+RUN apk upgrade --no-cache \
7
&& apk add --no-cache mysql-client 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