add bash
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 14:01:17 +01:00
parent 088e773e63
commit c60fcfd26b

View File

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