Skip to content

Commit

Permalink
Finally added oathtool
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Hippler committed Jun 21, 2019
1 parent 49bdcad commit e0d4115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10

RUN apk update -f \
&& apk --no-cache add -f \
Expand All @@ -8,7 +8,7 @@ RUN apk update -f \
curl \
socat \
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/*

ENV LE_CONFIG_HOME /acme.sh
Expand Down

0 comments on commit e0d4115

Please sign in to comment.