Skip to content

Commit

Permalink
fix: Docker image. (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Nov 5, 2018
1 parent 88f86af commit 286c443
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
Expand Up @@ -6,7 +6,7 @@ RUN apk --update upgrade \

WORKDIR /go/src/github.com/xenolf/lego
COPY . .
RUN make version-build
RUN make build

FROM alpine:3.8
RUN apk update && apk add --no-cache --virtual ca-certificates
Expand Down

0 comments on commit 286c443

Please sign in to comment.