made postfix Alpine based

This commit is contained in:
Andreas Balogh
2022-07-20 20:18:08 +00:00
parent cd466e6d38
commit 40a6cfab88
20 changed files with 2612 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ RUN <<EOF
apt-get update -y
export DEBIAN_FRONTEND=noninteractive
export TZ=Europe/Berlin
apt-get install -y tzdata z-push apache2 wget xz-utils
apt-get install -y tzdata z-push apache2 wget
apt-get autoclean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache ~/.npm
EOF