We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfb559 commit b42ad1aCopy full SHA for b42ad1a
1 file changed
workspace/Dockerfile
@@ -49,6 +49,7 @@ ARG INSTALL_XDEBUG=true
49
ENV INSTALL_XDEBUG ${INSTALL_XDEBUG}
50
RUN if [ ${INSTALL_XDEBUG} = true ]; then \
51
# Load the xdebug extension only with phpunit commands
52
+ apt-get update && \
53
apt-get install -y --force-yes php7.0-xdebug && \
54
sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini && \
55
echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/laravel/vendor/bin/phpunit'" >> ~/.bashrc \
0 commit comments