Skip to content

Commit

Permalink
Dockerfile: bzr is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Feb 5, 2019
1 parent a725c8c commit 7a35db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.11.5-alpine AS build

RUN apk add --no-cache git bzr
RUN apk add --no-cache git
ENV CGO_ENABLED 0
ADD . /code
WORKDIR /code
Expand Down

0 comments on commit 7a35db6

Please sign in to comment.