Skip to content

Commit 92902b2

Browse files
author
Tobi Fuhrimann
committed
Remove unused dep tool
1 parent a987717 commit 92902b2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM golang:latest
1+
FROM golang:1
22

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

0 commit comments

Comments
 (0)