Skip to content
Snippets Groups Projects
Commit c56e9047 authored by Erick Hitter's avatar Erick Hitter
Browse files

Test adding disabled Xdebug

parent 08ac4013
Branches
No related tags found
1 merge request!25Add Xdebug
Pipeline #4839 failed
...@@ -10,7 +10,6 @@ RUN apt-get update \ ...@@ -10,7 +10,6 @@ RUN apt-get update \
RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 \ RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 \
&& pecl install xdebug \ && pecl install xdebug \
&& phpdismod xdebug \
&& php -i && php -i
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment