Skip to content

Commit 3e771db

Browse files
tomonsoejangbestlong
authored andcommitted
Typo in PHP_VERSION for PHP gmp extension (laradock#1933)
1 parent a1bda23 commit 3e771db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
194194
USER root
195195

196196
ARG INSTALL_GMP=false
197-
ARG PHP_VERSION=${PHP_VERSION}
197+
ARG PHP_VERSION=${LARADOCK_PHP_VERSION}
198198

199199
RUN if [ ${INSTALL_GMP} = true ]; then \
200200
# Install the PHP GMP extension
201-
apt-get -y install php${PHP_VERSION}-gmp \
201+
apt-get -y install php${LARADOCK_PHP_VERSION}-gmp \
202202
;fi
203203

204204
###########################################################################

0 commit comments

Comments
 (0)