Skip to content

Commit 3fd3dbb

Browse files
authored
fix: Add gpg-agent to container image (#978)
Signed-off-by: jannfis <[email protected]>
1 parent 0508183 commit 3fd3dbb

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)