From c56e904739ed9f6e59afd32e0922d8fb39534968 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 12 Jun 2022 13:37:05 -0700 Subject: [PATCH] Test adding disabled Xdebug --- php/8.0/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/php/8.0/Dockerfile b/php/8.0/Dockerfile index f132b84..21cb03d 100644 --- a/php/8.0/Dockerfile +++ b/php/8.0/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get update \ RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 \ && pecl install xdebug \ - && phpdismod xdebug \ && php -i SHELL ["/bin/bash", "-o", "pipefail", "-c"] -- GitLab