1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-22 09:35:43 +02:00

Fix for issue #1126: bzr required for some go modules (#1127)

This commit is contained in:
Olivier Bourdon
2019-08-26 15:37:57 +02:00
committed by Carlos Alexandro Becker
parent eb40d8682b
commit dc29e85b50
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
FROM golang:1.12-alpine
RUN apk add --no-cache bash \
bzr \
curl \
docker \
git \
+1
View File
@@ -2,6 +2,7 @@ FROM golang:1.12-alpine
RUN apk add --no-cache bash \
build-base \
bzr \
curl \
docker \
git \