fix Dockerfile
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-10-27 15:30:44 +01:00
parent b6904e4ed2
commit 6155787b59

View File

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