mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
#4 refactor: do not global-install dev tools from Composer in dev images
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user