Skip to content

Commit

Permalink
Merge pull request quintush#58 from quintush/feature/dockerfiles
Browse files Browse the repository at this point in the history
Feature/dockerfiles
  • Loading branch information
quintush authored Aug 31, 2020
2 parents e10bae1 + 84c8b3e commit c8a4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV HELM_BASE_URL="https://get.helm.sh"
ENV HELM_TAR_FILE="helm-v${HELM_VERSION}-linux-amd64.tar.gz"
ENV PLUGIN_URL="https://github.com/quintush/helm-unittest/"

RUN if [[ $HELM_VERSION == 2* ]] ; then \
RUN if printf "$HELM_VERSION" | grep -Eq '^3.+'; then \
apk add --update --no-cache curl ca-certificates git bash && \
curl -L ${HELM_BASE_URL}/${HELM_TAR_FILE} |tar xvz && \
mv linux-amd64/helm /usr/bin/helm && \
Expand Down

0 comments on commit c8a4898

Please sign in to comment.