tidy dockerfile
This commit is contained in:
parent
b1edbc1ca5
commit
50111deaa3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user