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 1ac1548 commit c0012e6Copy full SHA for c0012e6
build/Dockerfile.alpine
@@ -3,6 +3,9 @@ FROM golang:1.13-alpine
3
# required to support cgo
4
RUN apk --no-cache add gcc musl-dev
5
6
+# needed most times for `go get`, etc. See https://github.com/docker-library/golang/issues/80
7
+RUN apk add --no-cache git mercurial
8
+
9
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
10
COPY golangci-lint /usr/bin/
11
CMD ["golangci-lint"]
0 commit comments