Commit e0d4115e authored by Maximilian Hippler's avatar Maximilian Hippler
Browse files

Finally added oathtool

parent 49bdcad4
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 \ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment