summaryrefslogtreecommitdiff
path: root/docker/php/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/php/Dockerfile')
-rw-r--r--docker/php/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile
index 30e9571..82467bf 100644
--- a/docker/php/Dockerfile
+++ b/docker/php/Dockerfile
@@ -32,8 +32,8 @@ RUN docker-php-source extract && \
#RUN apt-get update
# Check if there's a pinned version of Xdebug for compatibility reasons
-ARG XDEBUG_VERSION
-RUN pecl install xdebug$(if [ ! ${XDEBUG_VERSION} = '' ]; then echo -${XDEBUG_VERSION} ; fi) && docker-php-ext-enable xdebug
+#ARG XDEBUG_VERSION
+#RUN pecl install xdebug$(if [ ! ${XDEBUG_VERSION} = '' ]; then echo -${XDEBUG_VERSION} ; fi) && docker-php-ext-enable xdebug
# Required by coveralls
-RUN apt-get install git -y
+#RUN apt-get install git -y