base image on ubuntu:16.04

This commit is contained in:
Min RK
2017-08-08 11:17:55 +02:00
parent b4dd11e16a
commit 0351f0c3b7
5 changed files with 17 additions and 20 deletions

View File

@@ -43,6 +43,6 @@ docker run --rm -it \
# directory so that the FQDN doesn't have to be known later.
docker run --rm -it \
-v $SECRETS_VOLUME:/etc/letsencrypt \
debian:jessie \
ubuntu:16.04 \
bash -c "ln -s /etc/letsencrypt/live/$FQDN/* /etc/letsencrypt/ && \
find /etc/letsencrypt -type d -exec chmod 755 {} +"