diff --git a/Dockerfile.php8.0 b/Dockerfile.php8.0 index 2cd8261..3b5496e 100644 --- a/Dockerfile.php8.0 +++ b/Dockerfile.php8.0 @@ -13,5 +13,6 @@ 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 \ + +RUN 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 be1d753..5110a57 100644 --- a/Dockerfile.php8.1 +++ b/Dockerfile.php8.1 @@ -13,5 +13,6 @@ 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 \ + +RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ && apt-get install -y symfony-cli