fix comment (#1790)

GMP
This commit is contained in:
semenikhin 2018-09-15 18:20:22 +05:00 committed by Shao Yu-Lung (Allen)
parent 20c85904c5
commit 86a4108ef4

View File

@ -188,7 +188,7 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
;fi
###########################################################################
# SOAP:
# GMP:
###########################################################################
USER root
@ -197,7 +197,7 @@ ARG INSTALL_GMP=false
ARG PHP_VERSION=${PHP_VERSION}
RUN if [ ${INSTALL_GMP} = true ]; then \
# Install the PHP SOAP extension
# Install the PHP GMP extension
apt-get -y install php${PHP_VERSION}-gmp \
;fi