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

Test adding disabled Xdebug

parent b2ef34ae
No related branches found
No related tags found
1 merge request!25Add Xdebug
Pipeline #4838 failed with stages
in 10 minutes and 4 seconds
......@@ -10,7 +10,8 @@ RUN apt-get update \
RUN docker-php-ext-install mbstring mysqli intl gd zip bz2 \
&& pecl install xdebug \
&& sudo phpdismod xdebug
&& phpdismod xdebug \
&& php -i
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
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.
Finish editing this message first!
Please register or to comment