|
|
@ -5,7 +5,7 @@ ENV WELLKNOWN /srv/acme-challenge |
|
|
|
ENV BASEDIR /srv/data |
|
|
|
|
|
|
|
RUN apk --no-cache add curl openssl bash tini |
|
|
|
RUN && curl -o /usr/local/bin/dehydrated https://raw.githubusercontent.com/lukas2511/dehydrated/master/dehydrated && \ |
|
|
|
RUN curl -o /usr/local/bin/dehydrated https://raw.githubusercontent.com/lukas2511/dehydrated/master/dehydrated && \ |
|
|
|
chmod +x /usr/local/bin/dehydrated |
|
|
|
|
|
|
|
COPY ./cron /etc/periodic/daily |
|
|
|