File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments