Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 1m16s
All checks were successful
Build docker container / Build image (push) Successful in 1m16s
This commit is contained in:
parent
f65fd0f1c7
commit
0920fd0925
@ -3,7 +3,7 @@ ENV TZ="Europe/Amdsterdam"
|
|||||||
|
|
||||||
RUN useradd -ms /bin/bash user
|
RUN useradd -ms /bin/bash user
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y yq curl wget
|
RUN apt install -y yq curl wget nano
|
||||||
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 -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 curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
COPY createHelmYaml.sh /usr/local/bin/
|
COPY createHelmYaml.sh /usr/local/bin/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user