From 85d670bba0fb183f6338fb3911cf9572dc4c6a24 Mon Sep 17 00:00:00 2001 From: Casper Date: Sun, 27 Sep 2020 22:23:23 +0200 Subject: [PATCH] dovecot community repo info removed (#1627) --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 863d4201..93597af1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,12 +88,6 @@ RUN \ unzip \ whois \ xz-utils \ - # use Dovecot community repo to react faster on security updates - #curl https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import && \ - #gpg --export ED409DA1 > /etc/apt/trusted.gpg.d/dovecot.gpg && \ - #echo "deb https://repo.dovecot.org/ce-2.3-latest/debian/stretch stretch main" > /etc/apt/sources.list.d/dovecot-community.list && \ - #apt-get update -q --fix-missing && \ - #apt-get -y install --no-install-recommends \ dovecot-core \ dovecot-imapd \ dovecot-ldap \