fix install zip fail (#1998)
This commit is contained in:
parent
61ac73e806
commit
27af2bca8c
@ -44,8 +44,7 @@ USER root
|
|||||||
RUN apt-get install libzip-dev zip unzip -y && \
|
RUN apt-get install libzip-dev zip unzip -y && \
|
||||||
docker-php-ext-configure zip --with-libzip && \
|
docker-php-ext-configure zip --with-libzip && \
|
||||||
# Install the zip extension
|
# Install the zip extension
|
||||||
docker-php-ext-install zip \
|
docker-php-ext-install zip
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
|
@ -56,10 +56,9 @@ RUN apt-get update -yqq && \
|
|||||||
# next lines are here becase there is no auto build on dockerhub see https://github.com/laradock/laradock/pull/1903#issuecomment-463142846
|
# next lines are here becase there is no auto build on dockerhub see https://github.com/laradock/laradock/pull/1903#issuecomment-463142846
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apt-get install libzip-dev zip unzip -y && \
|
RUN apt-get install -y libzip-dev zip unzip \
|
||||||
docker-php-ext-configure zip --with-libzip && \
|
|
||||||
# Install the zip extension
|
# Install the zip extension
|
||||||
docker-php-ext-install zip \
|
php${LARADOCK_PHP_VERSION}-zip
|
||||||
|
|
||||||
#
|
#
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user