Skip to content

Commit 2da386b

Browse files
chengfangjannfis
andauthored
fix: Add gpg-agent to container image (#978) (#979)
Signed-off-by: jannfis <[email protected]> Co-authored-by: Jann Fischer <[email protected]>
1 parent 3a2c074 commit 2da386b

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
@@ -14,7 +14,7 @@ FROM alpine:3.20
1414

1515
RUN apk update && \
1616
apk upgrade && \
17-
apk add ca-certificates git openssh-client aws-cli tini gpg && \
17+
apk add ca-certificates git openssh-client aws-cli tini gpg gpg-agent && \
1818
rm -rf /var/cache/apk/*
1919

2020
RUN mkdir -p /usr/local/bin

0 commit comments

Comments
 (0)