Browse Source

Fixed syntax error

master
Blagovest Petrov 7 years ago
parent
commit
2f38bf0c9b
  1. 2
      Dockerfile

2
Dockerfile

@ -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

Loading…
Cancel
Save