unlimited memory

This commit is contained in:
holzi1005 2024-12-03 18:47:44 +01:00
parent bc99491f6f
commit 723fbfb511

View file

@ -50,8 +50,7 @@ USER nobody
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
&& tar --strip-components=1 -xvzf artifact.tar.gz
RUN COMPOSER_MEMORY_LIMIT=-1 \
php composer.phar install \
RUN php -d memory_limit=-1 composer.phar install \
--optimize-autoloader \
--no-interaction \
--no-progress