Merge pull request #1 from laradock/master

merge upstream
This commit is contained in:
stefan
2019-07-25 10:44:23 +02:00
committed by GitHub

View File

@ -573,7 +573,6 @@ ARG INSTALL_IMAP=false
RUN if [ ${INSTALL_IMAP} = true ]; then \
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-install imap \
;fi