From 0464fab6827852a3592b98339de9a4251f181e19 Mon Sep 17 00:00:00 2001 From: Bandie Date: Tue, 12 Jan 2021 23:01:00 +0100 Subject: [PATCH] hosts append --- Dockerfile | 3 +++ configs/hosts | 1 + 2 files changed, 4 insertions(+) create mode 100644 configs/hosts diff --git a/Dockerfile b/Dockerfile index d777a94..4f67645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,9 @@ COPY configs/msmtprc /etc/msmtprc COPY configs/aliases /etc/aliases +COPY configs/hosts /etc/hosts_append +RUN cat /etc/hosts_append >> /etc/hosts + COPY start.sh /start.sh RUN chmod +x /start.sh diff --git a/configs/hosts b/configs/hosts new file mode 100644 index 0000000..3671797 --- /dev/null +++ b/configs/hosts @@ -0,0 +1 @@ +10.42.15.12 mail.chaospott.de