#4 refactor: do not global-install dev tools from Composer in dev images

This commit is contained in:
Paolo Cuffiani
2017-01-12 13:22:30 +01:00
parent 749711feb3
commit b7f91d0634
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -4,6 +4,3 @@ MAINTAINER dev@chialab.it
# Install XDebug.
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
# Install dev tools.
RUN composer global require --no-ansi "phpmd/phpmd" "phpunit/phpunit=4.*" "squizlabs/php_codesniffer"
-3
View File
@@ -4,6 +4,3 @@ MAINTAINER dev@chialab.it
# Install XDebug.
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
# Install dev tools.
RUN composer global require --no-ansi "phpmd/phpmd" "phpunit/phpunit=4.*" "squizlabs/php_codesniffer"