Skip to content
Snippets Groups Projects
Commit 56f57905 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update Dockerfile

parent 16900aad
No related branches found
No related tags found
No related merge requests found
Pipeline #39639 failed
......@@ -18,6 +18,7 @@ RUN apk add curl
RUN apk add openssl
RUN apk add maven
RUN apk add make
RUN apk add build-essential
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
chmod +x get_helm.sh && \
./get_helm.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment