disable xdebug remote by default

This commit is contained in:
Mahmoud Zalt
2016-10-09 20:47:08 -04:00
parent 5635b47c6f
commit 2e5d2a743c
4 changed files with 17 additions and 10 deletions

View File

@ -77,9 +77,7 @@ COPY ./crontab /var/spool/cron/crontabs
# xDebug:
#####################################
# Check if xDebug needs to be installed
ARG INSTALL_XDEBUG=false
ENV INSTALL_XDEBUG ${INSTALL_XDEBUG}
RUN if [ ${INSTALL_XDEBUG} = true ]; then \
# Load the xdebug extension only with phpunit commands
apt-get update && \