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

Test adding disabled Xdebug

parent 818e77b2
Branches
No related tags found
1 merge request!25Add Xdebug
Pipeline #4836 failed
...@@ -8,7 +8,7 @@ RUN apt-get update \ ...@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 xdebug && sudo phpdismod xdebug
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment