update composer
This commit is contained in:
parent
04024bf878
commit
bc99491f6f
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ USER root
|
|||
RUN apk --no-cache add \
|
||||
unzip \
|
||||
nodejs \
|
||||
composer \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN mkdir /etc/service/cron \
|
||||
|
@ -52,7 +51,7 @@ RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/t
|
|||
&& tar --strip-components=1 -xvzf artifact.tar.gz
|
||||
|
||||
RUN COMPOSER_MEMORY_LIMIT=-1 \
|
||||
composer install \
|
||||
php composer.phar install \
|
||||
--optimize-autoloader \
|
||||
--no-interaction \
|
||||
--no-progress
|
||||
|
|
Loading…
Reference in a new issue