We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpdbg
1 parent af381c4 commit 66d5cfcCopy full SHA for 66d5cfc
Dockerfile
@@ -261,6 +261,7 @@ RUN export DEFAULT_PHP_VERSION=$(jq -r '.config.platform.php | sub("(?<minor>[0-
261
&& update-alternatives --set php /usr/bin/php$DEFAULT_PHP_VERSION \
262
&& update-alternatives --set phpize /usr/bin/phpize$DEFAULT_PHP_VERSION \
263
&& update-alternatives --set php-config /usr/bin/php-config$DEFAULT_PHP_VERSION \
264
+ && update-alternatives --set phpdbg /usr/bin/phpdbg$DEFAULT_PHP_VERSION \
265
&& echo "DEFAULT_PHP_VERSION=${DEFAULT_PHP_VERSION}" >> /etc/environment
266
267
# Copy staabm/annotate-pull-request-from-checkstyle to external-tools stage
0 commit comments