From 40e3cd6db9e449a405593c4dcb60fd1c2003482b Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sat, 14 Aug 2021 00:54:10 +0200 Subject: Update Dockerfile --- docker/php/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker') 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 -- cgit v1.2.3