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

Commit

Permalink
feat(Dockerfile): add dep package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 16, 2017
1 parent e53af56 commit 4222cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ 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 \
&& gometalinter --install

WORKDIR /go
Expand Down

0 comments on commit 4222cc2

Please sign in to comment.