drupal7-docker/Dockerfile

17 lines
364 B
Docker
Raw Normal View History

2018-11-11 19:40:58 +00:00
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 /