diff options
Diffstat (limited to 'src/helm-tools/Dockerfile')
| -rw-r--r-- | src/helm-tools/Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/helm-tools/Dockerfile b/src/helm-tools/Dockerfile deleted file mode 100644 index d3aba41..0000000 --- a/src/helm-tools/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3 -RUN apt-get update -y \ - && apt-get install -y curl make git \ - && curl -L -o /tmp/hm.tar.gz https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz \ - && tar xvf /tmp/hm.tar.gz -C /tmp \ - && install /tmp/linux-amd64/helm /usr/local/bin/helm \ - && helm init --client-only -USER app |