commit
196f145ff5
|
@ -573,7 +573,6 @@ ARG INSTALL_IMAP=false
|
||||||
|
|
||||||
RUN if [ ${INSTALL_IMAP} = true ]; then \
|
RUN if [ ${INSTALL_IMAP} = true ]; then \
|
||||||
apt-get install -y libc-client-dev libkrb5-dev && \
|
apt-get install -y libc-client-dev libkrb5-dev && \
|
||||||
rm -r /var/lib/apt/lists/* && \
|
|
||||||
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
|
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
|
||||||
docker-php-ext-install imap \
|
docker-php-ext-install imap \
|
||||||
;fi
|
;fi
|
||||||
|
|
Loading…
Reference in New Issue