We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a987717 commit 92902b2Copy full SHA for 92902b2
Dockerfile
@@ -1,5 +1,4 @@
1
-FROM golang:latest
+FROM golang:1
2
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
+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 commit comments