Skip to content

Commit

Permalink
fix: Add gpg-agent to container image (#978)
Browse files Browse the repository at this point in the history
Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis authored Dec 19, 2024
1 parent 0508183 commit 3fd3dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM alpine:3.20

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

RUN mkdir -p /usr/local/bin
Expand Down

0 comments on commit 3fd3dbb

Please sign in to comment.