Skip to content
Snippets Groups Projects
Commit e4c1ca5f authored by Alan Nelson's avatar Alan Nelson
Browse files

php 5.6 needs an older version of xdebug

parent cf8cec5a
Branches
Tags fails-testPopFromEmptyStack
2 merge requests!15Merge Develop into Master,!7Add xdebug to php-unit-test images
......@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS \
&& pecl install xdebug \
&& pecl install xdebug-2.5.0 \
&& docker-php-ext-enable xdebug
RUN curl -o /usr/local/bin/composer https://getcomposer.org/composer.phar \
&& chmod 755 /usr/local/bin/composer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment