mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Added oathtool to Dockerfile
This commit is contained in:
parent
02882fb327
commit
9247780073
@ -8,6 +8,7 @@ RUN apk update -f \
|
|||||||
curl \
|
curl \
|
||||||
socat \
|
socat \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
&& apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing 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