Skip to content

Commit 196f145

Browse files
authored
Merge pull request laradock#1 from laradock/master
merge upstream
2 parents 4cb6ffc + 1602ff2 commit 196f145

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

php-fpm/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ ARG INSTALL_IMAP=false
573573

574574
RUN if [ ${INSTALL_IMAP} = true ]; then \
575575
apt-get install -y libc-client-dev libkrb5-dev && \
576-
rm -r /var/lib/apt/lists/* && \
577576
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
578577
docker-php-ext-install imap \
579578
;fi

0 commit comments

Comments
 (0)