Skip to content

Commit 26e86e0

Browse files
committed
#3 - Added gpg
1 parent aae376f commit 26e86e0

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
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.url="https://github.com/Angatar/s3cmd"
55

66
RUN apk upgrade --no-cache \
77
&& echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
8-
&& apk add --no-cache ca-certificates s3cmd
8+
&& apk add --no-cache gpg ca-certificates s3cmd
99

1010
WORKDIR /s3
1111

0 commit comments

Comments
 (0)