From bc99491f6fa975eedc84458269e3469a5899d981 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 3 Dec 2024 18:44:27 +0100 Subject: [PATCH] update composer --- oem_application_dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oem_application_dockerfile b/oem_application_dockerfile index d514653..53f8c0e 100644 --- a/oem_application_dockerfile +++ b/oem_application_dockerfile @@ -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