Обновлена версия плагина внутри докер-файла

This commit is contained in:
ErickSkrauch
2016-06-16 00:39:02 +03:00
parent 55de1c4993
commit 61ea766fca
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ RUN yes | pecl install xdebug \
# Next composer and global composer package, as their versions may change from time to time
RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" "hirak/prestissimo:~0.2.2"
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" "hirak/prestissimo:>=0.3.1"
COPY ./docker/php/composer.sh /usr/local/bin/composer
RUN chmod a+x /usr/local/bin/composer