From 08ac4013a62ffbeb6ad8047a9448d2865057f64f Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 12 Jun 2022 13:27:41 -0700 Subject: [PATCH] Test adding disabled Xdebug --- php/8.0/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/8.0/Dockerfile b/php/8.0/Dockerfile index e063f48..f132b84 100644 --- a/php/8.0/Dockerfile +++ b/php/8.0/Dockerfile @@ -10,7 +10,8 @@ RUN apt-get update \ RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 \ && pecl install xdebug \ - && sudo phpdismod xdebug + && phpdismod xdebug \ + && php -i SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -- GitLab