remove unnecessary flags from pigeonhole configure

This commit is contained in:
Sebastian Hugentobler 2018-02-16 12:17:18 +01:00
parent 5ccca3a249
commit 751d64685f

View File

@ -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