Skip to content

Commit

Permalink
removed global merge plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 14, 2017
1 parent ef0193a commit efa0d79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions php-7.1/Dockerfile-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ RUN npm install -g less lesshint google-closure-compiler

ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.0 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
VERSION_CODECEPTION=^2.2.6 \
Expand All @@ -77,7 +76,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer.phar \
--install-dir=/usr/local/bin && \
composer global require --optimize-autoloader \
"wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
composer global dumpautoload --optimize
Expand Down
2 changes: 0 additions & 2 deletions php-7.1/Dockerfile-fpm-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ RUN npm install -g \
# Configure version constraints
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.2 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
VERSION_CODECEPTION=^2.2.6 \
Expand All @@ -98,7 +97,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer.phar \
--install-dir=/usr/local/bin && \
composer global require --optimize-autoloader \
"wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
composer global dumpautoload --optimize
Expand Down

0 comments on commit efa0d79

Please sign in to comment.