add podman
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-11-21 18:46:28 +01:00
parent b26e8d212d
commit c7249ba743

View File

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