From a7c1bebc66e025bb7564a48c3e600305d067d1fe Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 22:22:52 +0100 Subject: [PATCH] feat: add symfony --- Dockerfile.php8.0 | 3 ++- Dockerfile.php8.1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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