We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bda23 commit 3e771dbCopy full SHA for 3e771db
1 file changed
workspace/Dockerfile
@@ -194,11 +194,11 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
194
USER root
195
196
ARG INSTALL_GMP=false
197
-ARG PHP_VERSION=${PHP_VERSION}
+ARG PHP_VERSION=${LARADOCK_PHP_VERSION}
198
199
RUN if [ ${INSTALL_GMP} = true ]; then \
200
# Install the PHP GMP extension
201
- apt-get -y install php${PHP_VERSION}-gmp \
+ apt-get -y install php${LARADOCK_PHP_VERSION}-gmp \
202
;fi
203
204
###########################################################################
0 commit comments