From 88253b0bb7bb738e9c569b22470800893a55ecb4 Mon Sep 17 00:00:00 2001 From: daminux Date: Thu, 29 Feb 2024 19:32:48 +0100 Subject: [PATCH] allow to false --- docker/php/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index 0ea6fc9c8..b81e8f1f7 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -11,5 +11,5 @@ RUN apk add make gnupg ncurses RUN adduser phpuser -u 1000 -D -g "" USER phpuser -# Allo phpuser config allow-plugin.symfony.F -RUN composer global config allow-plugins.symfony/flex true \ No newline at end of file +# Config allow-plugin.symfony.Flex onPHPUser +RUN composer global config allow-plugins.symfony/flex false