php8.5: remove symfony-cli
Some checks failed
ci/woodpecker/push/build/5 Pipeline is pending
ci/woodpecker/push/build/4 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/cron/build/4 Pipeline was successful
ci/woodpecker/cron/build/2 Pipeline was successful
ci/woodpecker/cron/build/3 Pipeline was successful
ci/woodpecker/cron/build/1 Pipeline was successful
ci/woodpecker/cron/build/5 Pipeline was successful

This commit is contained in:
Simon Vieille 2025-11-01 16:36:45 +01:00
commit 0f2eb24a7d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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