Use ch mirrors, as at mirror is broken atm.

Signed-off-by: René Jochum <rene@jochum.dev>
master
René Jochum 4 years ago
parent b8b13a6aa1
commit 36f59ce636

@ -4,6 +4,7 @@ LABEL maintainer "René Jochum <rene@jochum.dev>"
RUN echo "postfix postfix/mailname string mail.example.com" | debconf-set-selections && \
echo "postfix postfix/main_mailer_type string 'No configuration'" | debconf-set-selections && \
sed -i 's/deb.debian.org/ftp.ch.debian.org/g' /etc/apt/sources.list && \
apt-get update --allow-releaseinfo-change && \
apt-get install -qy -o 'DPkg::Options::=--force-confold' -o 'DPkg::Options::=--force-confdef' postfix postfix-pgsql postfix-mysql postfix-pcre python3-minimal python3-jinja2

Loading…
Cancel
Save