From 04024bf8786b0ee531be820e872d558347b163c8 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 3 Dec 2024 18:42:53 +0100 Subject: [PATCH] update --- oem_application_dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oem_application_dockerfile b/oem_application_dockerfile index 6eec4f5..d514653 100644 --- a/oem_application_dockerfile +++ b/oem_application_dockerfile @@ -51,7 +51,8 @@ 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 install \ +RUN COMPOSER_MEMORY_LIMIT=-1 \ + composer install \ --optimize-autoloader \ --no-interaction \ --no-progress