We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35548ed + 40ead6e commit 8e9ed65Copy full SHA for 8e9ed65
Dockerfile
@@ -11,7 +11,7 @@ ENV GOPATH $HOME/golang
11
RUN mkdir -p $HOME/golang
12
RUN mkdir -p $HOME/.config/kustomize/plugin/openinfradev.github.com/v1/helmvaluestransformer
13
14
-RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash
+RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash urlencode
15
16
WORKDIR $HOME
17
COPY . $HOME/kustomize-helm-transformer
0 commit comments