Skip to content

Commit

Permalink
revert changes in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
estherk0 committed Mar 2, 2021
1 parent 8e9ed65 commit 8388750
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 @@ -11,7 +11,7 @@ ENV GOPATH $HOME/golang
RUN mkdir -p $HOME/golang
RUN mkdir -p $HOME/.config/kustomize/plugin/openinfradev.github.com/v1/helmvaluestransformer

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

WORKDIR $HOME
COPY . $HOME/kustomize-helm-transformer
Expand Down

0 comments on commit 8388750

Please sign in to comment.