feat: add symfony
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2023-01-09 22:38:44 +01:00
parent 03a148f923
commit e86519ee23
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 4 additions and 2 deletions

View File

@ -16,4 +16,5 @@ RUN apt-get update \
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 install -y symfony-cli \
&& apt-get clean

View File

@ -16,4 +16,5 @@ RUN apt-get update \
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 install -y symfony-cli \
&& apt-get clean