From 6155787b591ef992ffa2257b3b125669d1c6ebf1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 27 Oct 2025 15:30:44 +0100 Subject: [PATCH] fix Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0dc1920..c789a04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:latest +FROM alpine:3.22.2 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 && \ adduser -G $USER -D $USER