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