mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 03:09:37 +02:00
parent
bb51288200
commit
e953bbc8b9
@ -7,7 +7,7 @@ RUN apk update && apk add ca-certificates go git && \
|
||||
go get -u github.com/xenolf/lego && \
|
||||
cd /go/src/github.com/xenolf/lego && \
|
||||
go build -o /usr/bin/lego . && \
|
||||
apk del ca-certificates go git && \
|
||||
apk del go git && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user