Skip to content

Commit

Permalink
Remove unused dep tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Fuhrimann committed Feb 11, 2019
1 parent a987717 commit 92902b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM golang:latest
FROM golang:1

RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin
RUN go get -u github.com/frapposelli/wwhrd
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin \
&& go get -u github.com/frapposelli/wwhrd

0 comments on commit 92902b2

Please sign in to comment.