Skip to content

Commit 8e9ed65

Browse files
authored
Merge pull request #29 from openinfradev/fix-dockerfile
install urlencode package
2 parents 35548ed + 40ead6e commit 8e9ed65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV GOPATH $HOME/golang
1111
RUN mkdir -p $HOME/golang
1212
RUN mkdir -p $HOME/.config/kustomize/plugin/openinfradev.github.com/v1/helmvaluestransformer
1313

14-
RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash
14+
RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash urlencode
1515

1616
WORKDIR $HOME
1717
COPY . $HOME/kustomize-helm-transformer

0 commit comments

Comments
 (0)