fix(): update composer v2

pull/63/head
Magicalex 2020-10-25 12:51:27 +01:00
parent 6bb6a2a845
commit 88cdd01c25
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ RUN apk add --no-progress --no-cache \
&& cd /tmp \
&& curl -s http://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& chmod +x /usr/local/bin/composer \
&& composer global require --no-progress --no-suggest -- hirak/prestissimo \
&& mkdir -p /flarum/app \
&& COMPOSER_CACHE_DIR="/tmp" composer create-project --stability=beta --no-progress -- flarum/flarum /flarum/app $VERSION \
&& composer clear-cache \