From 0f2eb24a7d484180d5b4f220c70c3adf6e7b9046 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 1 Nov 2025 16:36:45 +0100 Subject: [PATCH] php8.5: remove symfony-cli --- Dockerfile.php8.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.php8.5 b/Dockerfile.php8.5 index 7abad52..1d1d969 100644 --- a/Dockerfile.php8.5 +++ b/Dockerfile.php8.5 @@ -15,7 +15,7 @@ RUN apt-get update \ && chmod +x /usr/local/bin/composer \ && apt-get clean -RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ - && apt-get update \ - && apt-get install -y symfony-cli \ - && apt-get clean +# RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ +# && apt-get update \ +# && apt-get install -y symfony-cli \ +# && apt-get clean