parent
20c85904c5
commit
86a4108ef4
|
@ -188,7 +188,7 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# SOAP:
|
# GMP:
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
@ -197,7 +197,7 @@ ARG INSTALL_GMP=false
|
||||||
ARG PHP_VERSION=${PHP_VERSION}
|
ARG PHP_VERSION=${PHP_VERSION}
|
||||||
|
|
||||||
RUN if [ ${INSTALL_GMP} = true ]; then \
|
RUN if [ ${INSTALL_GMP} = true ]; then \
|
||||||
# Install the PHP SOAP extension
|
# Install the PHP GMP extension
|
||||||
apt-get -y install php${PHP_VERSION}-gmp \
|
apt-get -y install php${PHP_VERSION}-gmp \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue