initial
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
FROM debian:latest
|
||||
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||
LABEL ImageName="registry.gitlab.com/wolutator/exim-docker"
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y exim4 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME /etc/exim4
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user