Skip to content

Commit 8388750

Browse files
committed
revert changes in Dockerfile
1 parent 8e9ed65 commit 8388750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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 urlencode
14+
RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash
1515

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

0 commit comments

Comments
 (0)