1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-25 11:02:56 +02:00

fix: Docker image. (#704)

This commit is contained in:
Ludovic Fernandez 2018-11-05 17:54:38 +01:00 committed by GitHub
parent 88f86af113
commit 286c44337e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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