mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
parent
66686de4e4
commit
8259e82787
@ -3,6 +3,7 @@ FROM alpine:3.6
|
|||||||
RUN apk update -f \
|
RUN apk update -f \
|
||||||
&& apk --no-cache add -f \
|
&& apk --no-cache add -f \
|
||||||
openssl \
|
openssl \
|
||||||
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
socat \
|
socat \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
Loading…
Reference in New Issue
Block a user