Skip to content

Commit 66d5cfc

Browse files
committed
qa: add default php version for phpdbg as well
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent af381c4 commit 66d5cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ RUN export DEFAULT_PHP_VERSION=$(jq -r '.config.platform.php | sub("(?<minor>[0-
261261
&& update-alternatives --set php /usr/bin/php$DEFAULT_PHP_VERSION \
262262
&& update-alternatives --set phpize /usr/bin/phpize$DEFAULT_PHP_VERSION \
263263
&& update-alternatives --set php-config /usr/bin/php-config$DEFAULT_PHP_VERSION \
264+
&& update-alternatives --set phpdbg /usr/bin/phpdbg$DEFAULT_PHP_VERSION \
264265
&& echo "DEFAULT_PHP_VERSION=${DEFAULT_PHP_VERSION}" >> /etc/environment
265266

266267
# Copy staabm/annotate-pull-request-from-checkstyle to external-tools stage

0 commit comments

Comments
 (0)