Skip to content

Commit

Permalink
do not specify xdebug version for php7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed Mar 9, 2018
1 parent 42e1244 commit 420c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civicrm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN docker-php-ext-install bcmath \
&& docker-php-ext-install zip

RUN pecl install imagick \
&& pecl install xdebug-2.5.5
&& pecl install xdebug

RUN a2enmod rewrite

Expand Down

0 comments on commit 420c512

Please sign in to comment.