mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
commit
89c0b67b8c
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk update -f \
|
RUN apk update -f \
|
||||||
&& apk --no-cache add -f \
|
&& apk --no-cache add -f \
|
||||||
@ -8,6 +8,7 @@ RUN apk update -f \
|
|||||||
curl \
|
curl \
|
||||||
socat \
|
socat \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
oath-toolkit-oathtool \
|
||||||
tar \
|
tar \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user