Always install additional dependencies for dns plugins

This commit is contained in:
chaptergy
2020-11-03 21:59:18 +01:00
parent 7d693a4271
commit 60a40197f1
5 changed files with 6 additions and 4 deletions

View File

@ -18,6 +18,7 @@ RUN cd /usr \
COPY rootfs /
RUN rm -f /etc/nginx/conf.d/production.conf
RUN mkdir -p /etc/letsencrypt/credentials
# s6 overlay
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz" \