From 751d64685f265a8cd759bf557da3e525f7039f80 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 12:17:18 +0100 Subject: [PATCH] remove unnecessary flags from pigeonhole configure --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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