fix: apt error after imap installed (#2212)

This commit is contained in:
Feng Hao 2019-07-24 21:06:36 +08:00 committed by Shao Yu-Lung (Allen)
parent a2e997ab2a
commit 768f14b6dd
1 changed files with 0 additions and 1 deletions

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