1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-11 14:39:28 +02:00

fix: docker images: bzr (#1587)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-06-04 10:38:15 -03:00 committed by GitHub
parent 123ef67b21
commit fec84d9bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FROM golang:1.14-alpine
RUN apk add --no-cache bash \
bzr \
curl \
docker-cli \
git \

View File

@ -2,7 +2,6 @@ FROM golang:1.14-alpine
RUN apk add --no-cache bash \
build-base \
bzr \
curl \
docker-cli \
git \