update composer

This commit is contained in:
holzi1005 2024-12-03 18:44:27 +01:00
parent 04024bf878
commit bc99491f6f

View file

@ -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