diff --git a/Dockerfile.php8.0 b/Dockerfile.php8.0 index 4d575fe..2cd8261 100644 --- a/Dockerfile.php8.0 +++ b/Dockerfile.php8.0 @@ -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 diff --git a/Dockerfile.php8.1 b/Dockerfile.php8.1 index a6169f9..be1d753 100644 --- a/Dockerfile.php8.1 +++ b/Dockerfile.php8.1 @@ -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