diff --git a/CI/docker_install.sh b/CI/docker_install.sh index f1c4229..7bfe123 100644 --- a/CI/docker_install.sh +++ b/CI/docker_install.sh @@ -11,8 +11,4 @@ apt-get install git zip unzip -yqq # Install xdebug pecl install xdebug -docker-php-ext-enable xdebug - -# Install mysql driver -# Here you can install any other extension that you need -docker-php-ext-install pdo_mysql \ No newline at end of file +docker-php-ext-enable xdebug \ No newline at end of file