symfonyAppPipeline: use 'symfony php' command ton run tools
This commit is contained in:
@ -39,4 +39,9 @@ RUN mkdir --parents /tools/phpstan \
|
||||
&& composer require --working-dir=/tools/phpstan phpstan/phpstan \
|
||||
&& ln -s /tools/phpstan/vendor/bin/phpstan /usr/local/bin/phpstan \
|
||||
&& composer require --working-dir=/tools/phpstan phpstan/phpstan-symfony \
|
||||
&& composer require --working-dir=/tools/phpstan phpstan/phpstan-doctrine
|
||||
&& composer require --working-dir=/tools/phpstan phpstan/phpstan-doctrine
|
||||
|
||||
# Install Symfony
|
||||
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
|
||||
&& apt update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y symfony-cli
|
Reference in New Issue
Block a user