diff --git a/php/8.0/Dockerfile b/php/8.0/Dockerfile index f132b841ba4437f4320a63c19566725d45f1fc3b..21cb03d01ec0d5f2ce2eda67ee108beda9188ac9 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"]