Added Build skeleton

This commit is contained in:
2018-11-08 22:17:04 +01:00
parent e3ec77e02e
commit e3e65adc20
3 changed files with 66 additions and 0 deletions

16
Dockerfile Normal file
View File

@ -0,0 +1,16 @@
FROM docker:8
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 /