forked from TrueCloudLab/lego
fix: Docker image. (#704)
This commit is contained in:
parent
88f86af113
commit
286c44337e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apk --update upgrade \
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/xenolf/lego
|
WORKDIR /go/src/github.com/xenolf/lego
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make version-build
|
RUN make build
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.8
|
||||||
RUN apk update && apk add --no-cache --virtual ca-certificates
|
RUN apk update && apk add --no-cache --virtual ca-certificates
|
||||||
|
|
Loading…
Reference in a new issue