diff --git a/Dockerfile b/Dockerfile index dfb3d5d..f2a7903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,8 +46,6 @@ RUN cd /tmp/pigeonhole && \ ./configure \ --with-ldap=yes \ --with-dovecot=/lib/dovecot \ - --with-ssldir=/etc/ssl/mail \ - --with-rundir=/run/dovecot \ --disable-static && \ make && make install