tidy dockerfile

This commit is contained in:
Sebastian Hugentobler 2016-08-24 14:19:40 +02:00
parent b1edbc1ca5
commit 50111deaa3
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -7,6 +7,8 @@ RUN wget -qO- http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-
WORKDIR /tmp/pigeonhole
RUN ./configure --with-ldap=yes --with-dovecot=/usr/lib/dovecot
RUN make && make install
RUN rm -r /tmp/pigeonhole
WORKDIR /
RUN apk del g++ openldap-dev dovecot-dev make tar