diff --git a/php-unit-test/5.6/Dockerfile b/php-unit-test/5.6/Dockerfile index 6b1c64e70ffe971ff8e20d2ec9ae4b71592b3e5c..2efbdb1d9d7987b5ce25c4590638b08022a425d9 100644 --- a/php-unit-test/5.6/Dockerfile +++ b/php-unit-test/5.6/Dockerfile @@ -13,6 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS \ + && pecl channel-update pecl.php.net \ && pecl install xdebug-2.5.0 \ && docker-php-ext-enable xdebug \ && apk del --no-cache $PHPIZE_DEPS diff --git a/php-unit-test/7.0/Dockerfile b/php-unit-test/7.0/Dockerfile index 5d8faafb98392ed842f558ddda669c1aaa482d1e..d39c4b073db57fc36786ef1d6bd7bf648cf43547 100644 --- a/php-unit-test/7.0/Dockerfile +++ b/php-unit-test/7.0/Dockerfile @@ -13,6 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS \ + && pecl channel-update pecl.php.net \ && pecl install xdebug-2.9.0 \ && docker-php-ext-enable xdebug \ && apk del --no-cache $PHPIZE_DEPS diff --git a/php-unit-test/7.1/Dockerfile b/php-unit-test/7.1/Dockerfile index 39f35b97126cd7fbe20174457ede08080a8d10d8..7d16f1949cb2e2b04b3f88b4d854fc676155072b 100644 --- a/php-unit-test/7.1/Dockerfile +++ b/php-unit-test/7.1/Dockerfile @@ -13,6 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN apk add --no-cache bash nodejs nodejs-npm libmcrypt-dev $PHPIZE_DEPS \ + && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-enable xdebug redis \ && docker-php-ext-install mcrypt \ diff --git a/php-unit-test/7.2/Dockerfile b/php-unit-test/7.2/Dockerfile index cf2dbb997ae74b475232a6bfa09c40fdfcf2de6a..3f5705d0481a70a9a12c15125ec7814150a8302a 100644 --- a/php-unit-test/7.2/Dockerfile +++ b/php-unit-test/7.2/Dockerfile @@ -13,6 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS \ + && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-enable xdebug redis \ && apk del --no-cache $PHPIZE_DEPS diff --git a/php-unit-test/7.3/Dockerfile b/php-unit-test/7.3/Dockerfile index cac62c0e0f6bfb332ffd0885de358f4d3d21b56e..244fc6a2db31914f71fe881a27ed9be6c776a06a 100644 --- a/php-unit-test/7.3/Dockerfile +++ b/php-unit-test/7.3/Dockerfile @@ -13,6 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS \ + && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-enable xdebug redis \ && apk del --no-cache $PHPIZE_DEPS