From e86519ee238001c47535746a4ac79f1f438aa342 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 22:38:44 +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 0506e08..7da4d3c 100644 --- a/Dockerfile.php8.0 +++ b/Dockerfile.php8.0 @@ -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 diff --git a/Dockerfile.php8.1 b/Dockerfile.php8.1 index de745a4..aba965e 100644 --- a/Dockerfile.php8.1 +++ b/Dockerfile.php8.1 @@ -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