Skip to content

Commit 4222cc2

Browse files
committed
feat(Dockerfile): add dep package manager
1 parent e53af56 commit 4222cc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
3939
github.com/onsi/ginkgo/ginkgo \
4040
github.com/mitchellh/gox \
4141
github.com/golang/protobuf/protoc-gen-go \
42+
github.com/golang/dep/cmd/dep \
4243
&& gometalinter --install
4344

4445
WORKDIR /go

0 commit comments

Comments
 (0)