Initial d7 container code

This commit is contained in:
2018-11-11 20:40:58 +01:00
commit ca888bdd8c
8 changed files with 255 additions and 0 deletions

16
Dockerfile Normal file
View File

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