gpg-agent
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-22 15:39:51 +01:00
parent c60fcfd26b
commit cab241a96e

View File

@ -2,7 +2,7 @@ FROM alpine:latest
ARG USER="user"
RUN apk add --no-cache kubectl gpg bash && \
RUN apk add --no-cache kubectl gpg gpg-agent bash && \
addgroup $USER && \
adduser -G $USER -D $USER