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 \