added ext-gmp to workspace container (#1762)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
b788a8bbfd
commit
aa84dd8616
@ -180,6 +180,20 @@ RUN if [ ${INSTALL_DRUSH} = true ]; then \
|
||||
|
||||
USER root
|
||||
|
||||
ARG INSTALL_GMP=false
|
||||
ARG PHP_VERSION=${PHP_VERSION}
|
||||
|
||||
RUN if [ ${INSTALL_GMP} = true ]; then \
|
||||
# Install the PHP SOAP extension
|
||||
apt-get -y install php${PHP_VERSION}-gmp \
|
||||
;fi
|
||||
|
||||
###########################################################################
|
||||
# SOAP:
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
ARG INSTALL_SOAP=false
|
||||
|
||||
RUN if [ ${INSTALL_SOAP} = true ]; then \
|
||||
|
Reference in New Issue
Block a user