We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422d6d8 commit 7765df1Copy full SHA for 7765df1
1 file changed
workspace/Dockerfile-71
@@ -133,7 +133,8 @@ ARG INSTALL_XDEBUG=false
133
RUN if [ ${INSTALL_XDEBUG} = true ]; then \
134
# Load the xdebug extension only with phpunit commands
135
apt-get update && \
136
- apt-get install -y --force-yes php7.1-xdebug && \ sed -i 's/^;//g' /etc/php/7.1/cli/conf.d/20-xdebug.ini && \
+ apt-get install -y --force-yes php7.1-xdebug && \
137
+ sed -i 's/^;//g' /etc/php/7.1/cli/conf.d/20-xdebug.ini && \
138
echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/vendor/bin/phpunit'" >> ~/.bashrc \
139
;fi
140
# ADD for REMOTE debugging
0 commit comments