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 aae376f commit 26e86e0Copy full SHA for 26e86e0
Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.url="https://github.com/Angatar/s3cmd"
5
6
RUN apk upgrade --no-cache \
7
&& echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
8
- && apk add --no-cache ca-certificates s3cmd
+ && apk add --no-cache gpg ca-certificates s3cmd
9
10
WORKDIR /s3
11
0 commit comments