fix install zip fail (#1998)

This commit is contained in:
Shao Yu-Lung (Allen)
2019-02-17 01:19:20 +08:00
committed by GitHub
parent 61ac73e806
commit 27af2bca8c
2 changed files with 3 additions and 5 deletions

View File

@ -44,8 +44,7 @@ USER root
RUN apt-get install libzip-dev zip unzip -y && \
docker-php-ext-configure zip --with-libzip && \
# Install the zip extension
docker-php-ext-install zip \
docker-php-ext-install zip
#
#--------------------------------------------------------------------------