Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(Dockerfile): use latest released version of dep
Browse files Browse the repository at this point in the history
Pulling from master is considered dangerous for this vendoring tool.
  • Loading branch information
mboersma committed Mar 6, 2018
1 parent 5538558 commit e7f58ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
&& chmod +x /usr/local/bin/kubectl \
&& curl -sSL https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz \
| tar -vxz -C /usr/local/bin --strip=1 \
&& mkdir -p /go/bin \
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
&& apt-get purge -y --auto-remove \
unzip \
&& apt-get autoremove -y \
Expand All @@ -60,7 +62,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
github.com/onsi/ginkgo/ginkgo \
github.com/mitchellh/gox \
github.com/golang/protobuf/protoc-gen-go \
github.com/golang/dep/cmd/dep \
github.com/haya14busa/goverage \
github.com/constabulary/gb/... \
github.com/dgrijalva/jwt-go/cmd/jwt \
Expand Down

0 comments on commit e7f58ca

Please sign in to comment.