Skip to content

Commit c0012e6

Browse files
authored
Dockerfile.alpine: install Git & Mercurial
1 parent 1ac1548 commit c0012e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/Dockerfile.alpine

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM golang:1.13-alpine
33
# required to support cgo
44
RUN apk --no-cache add gcc musl-dev
55

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+
69
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
710
COPY golangci-lint /usr/bin/
811
CMD ["golangci-lint"]

0 commit comments

Comments
 (0)