feat: add symfony
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-09 22:17:07 +01:00
parent 2b94af0bc3
commit e4b63d2f08
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 4 additions and 0 deletions

View file

@ -13,3 +13,5 @@ RUN apt-get update \
&& mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer \
&& apt-get clean
&& curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
&& apt-get install -y symfony-cli

View file

@ -13,3 +13,5 @@ RUN apt-get update \
&& mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer \
&& apt-get clean
&& curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
&& apt-get install -y symfony-cli