Browse Source

Updated oathtoolkit from edge/testing to edge/community

pull/2182/head
Maximilian Hippler 6 years ago
parent
commit
49bdcad4b6
  1. 2
      Dockerfile

2
Dockerfile

@ -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/testing oath-toolkit-oathtool \
&& apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community 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…
Cancel
Save