Skip to content

Commit 0e8080f

Browse files
authored
Merge pull request #105 from mboersma/pin-dep-tool
chore(Dockerfile): use latest released version of `dep`
2 parents 5538558 + e7f58ca commit 0e8080f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
4646
&& chmod +x /usr/local/bin/kubectl \
4747
&& curl -sSL https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz \
4848
| tar -vxz -C /usr/local/bin --strip=1 \
49+
&& mkdir -p /go/bin \
50+
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
4951
&& apt-get purge -y --auto-remove \
5052
unzip \
5153
&& apt-get autoremove -y \
@@ -60,7 +62,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
6062
github.com/onsi/ginkgo/ginkgo \
6163
github.com/mitchellh/gox \
6264
github.com/golang/protobuf/protoc-gen-go \
63-
github.com/golang/dep/cmd/dep \
6465
github.com/haya14busa/goverage \
6566
github.com/constabulary/gb/... \
6667
github.com/dgrijalva/jwt-go/cmd/jwt \

0 commit comments

Comments
 (0)