Working Drupal 8 container including SSMTP.

This commit is contained in:
2018-11-11 20:34:41 +01:00
parent e3e65adc20
commit 11451f205c
5 changed files with 34 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM docker:8
FROM drupal:8
LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
RUN set -ex; \
@ -9,7 +9,7 @@ RUN set -ex; \
; \
\
rm -rf /var/lib/apt/lists/* ;\
apt-get clean ;\
apt-get clean
# Finally, publish the rootfs file into the container
# This is done as last step to make docker build caching more efficient.