Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 1m5s

This commit is contained in:
ties 2024-08-29 08:48:25 +00:00
parent 1ec8d81ed8
commit 76d17871fb

View File

@ -3,7 +3,7 @@ ENV TZ="Europe/Amdsterdam"
RUN useradd -ms /bin/bash user
RUN apt update
RUN apt install -y curl wget nano
RUN apt install -y curl wget nano jq
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq