mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Finally added oathtool
This commit is contained in:
parent
49bdcad4b6
commit
e0d4115ed7
@ -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,7 +8,7 @@ RUN apk update -f \
|
|||||||
curl \
|
curl \
|
||||||
socat \
|
socat \
|
||||||
tzdata \
|
tzdata \
|
||||||
&& apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community oath-toolkit-oathtool \
|
oath-toolkit-oathtool \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ENV LE_CONFIG_HOME /acme.sh
|
ENV LE_CONFIG_HOME /acme.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user