From 7a3911377006e779761b88a687344e0708c16e15 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Fri, 13 Aug 2021 21:44:34 +0200 Subject: Update automated test scripts --- 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 58a2eb3..bb3bd46 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -31,8 +31,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