sveneld commented on code in PR #2942:
URL: https://github.com/apache/thrift/pull/2942#discussion_r1511667272
##########
build/docker/ubuntu-focal/Dockerfile:
##########
@@ -218,9 +218,15 @@ RUN apt-get install -y --no-install-recommends \
php-dev \
php-json \
php-pear \
+ php-mbstring \
+ php-xml \
+ php-curl \
re2c \
composer
+RUN pecl install xdebug-3.1.1 && \
+ echo "zend_extension=xdebug.so" > /etc/php/7.4/cli/conf.d/20-xdebug.ini
Review Comment:
It was easier than I thought :)
RUN apt-get install -y --no-install-recommends php-xdebug
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]