From feff68f6621e364d4f4c4affdd7e1e9582a50605 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 25 Dec 2023 14:52:08 +0100 Subject: [PATCH] symfony installer changed dirname --- docker_build/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_build/php/Dockerfile b/docker_build/php/Dockerfile index eeec440..0f40934 100644 --- a/docker_build/php/Dockerfile +++ b/docker_build/php/Dockerfile @@ -57,7 +57,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN curl -sS https://get.symfony.com/cli/installer -o /usr/local/bin/installer | bash \ && chmod a+x /usr/local/bin/installer \ && /usr/local/bin/installer \ - && mv /root/.symfony/bin/symfony /usr/local/bin/symfony \ + && mv /root/.symfony5/bin/symfony /usr/local/bin/symfony \ && chmod a+x /usr/local/bin/symfony # Add users/groups with uid 1000