Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 1m39s
All checks were successful
Build docker container / Build image (push) Successful in 1m39s
This commit is contained in:
parent
8e88f1d73b
commit
08ffcbe3be
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
||||
ENV TZ="Europe/Amdsterdam"
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y yq kubectl helm curl wget
|
||||
RUN apt install -y yq curl wget
|
||||
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
|
||||
COPY createHelmYaml.sh /usr/local/bin/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user