1 Commits
0.4.1 ... 0.5.1

Author SHA1 Message Date
ec883f6b16 add openssl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-03 13:52:08 +01:00

View File

@ -4,7 +4,7 @@ ARG USER="user"
RUN \
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk add --no-cache kubectl gpg gpg-agent bash trivy@testing curl helm && \
apk add --no-cache kubectl openssl gpg gpg-agent bash trivy@testing curl helm && \
addgroup $USER && \
adduser -G $USER -D $USER