File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
8383ARG INSTALL_ZIP_ARCHIVE=false
8484RUN if [ ${INSTALL_ZIP_ARCHIVE} = true ]; then \
8585 # Install the zip extension
86- pecl install zip && \
87- docker-php-ext-enable zip \
86+ docker-php-ext-install zip \
8887;fi
8988
9089#####################################
Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
9292ARG INSTALL_ZIP_ARCHIVE=false
9393RUN if [ ${INSTALL_ZIP_ARCHIVE} = true ]; then \
9494 # Install the zip extension
95- pecl install zip && \
96- docker-php-ext-enable zip \
95+ docker-php-ext-install zip \
9796;fi
9897
9998#####################################
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
6969ARG INSTALL_ZIP_ARCHIVE=false
7070RUN if [ ${INSTALL_ZIP_ARCHIVE} = true ]; then \
7171 # Install the zip extension
72- pecl install zip && \
73- docker-php-ext-enable zip \
72+ docker-php-ext-install zip \
7473;fi
7574
7675#####################################
You can’t perform that action at this time.
0 commit comments