forked from TrueCloudLab/lego
parent
bb51288200
commit
e953bbc8b9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue