[ACME] Fix detection of orphaned SANs and add tini

This commit is contained in:
André
2017-10-21 10:08:14 +02:00
parent 81775765d8
commit a110e2ea0f
3 changed files with 248 additions and 229 deletions

View File

@@ -9,8 +9,9 @@ RUN apk add --update --no-cache \
openssl \
bind-tools \
jq \
mariadb-client
mariadb-client \
tini
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
ENTRYPOINT ["/srv/docker-entrypoint.sh"]
CMD ["/sbin/tini", "-g", "--", "/srv/docker-entrypoint.sh"]