Initial Commit

This commit is contained in:
2020-06-21 09:35:46 +02:00
commit abacd30c14
9 changed files with 275 additions and 0 deletions

16
Dockerfile Normal file
View File

@ -0,0 +1,16 @@
FROM wordpress:5
LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
RUN set -ex; \
apt-get update; \
\
apt-get install -y --no-install-recommends \
msmtp \
; \
\
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 /