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 99d0454 commit 3a806e9Copy full SHA for 3a806e9
Dockerfile
@@ -1,3 +1,6 @@
1
-FROM scratch
2
-COPY golangci-lint /
3
-ENTRYPOINT ["/golangci-lint"]
+FROM golang:1.10
+
+RUN apt-get update && apt-get install -y gcc
4
5
+COPY golangci-lint $GOPATH/bin/
6
+ENTRYPOINT ["golangci-lint"]
0 commit comments