We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9ed65 commit 8388750Copy full SHA for 8388750
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 urlencode
+RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash
15
16
WORKDIR $HOME
17
COPY . $HOME/kustomize-helm-transformer
0 commit comments