From 280ff68c6290fb85e4f81e8cf5d860fc4e1ac101 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 22:33:19 +0100 Subject: [PATCH] feat: add symfony --- .woodpecker.yml | 8 ++++---- Dockerfile.php8.0 | 1 + Dockerfile.php8.1 | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2bab9ef..43facdf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ matrix: PHP_VERSION: - - 7.1 - - 7.3 - - 7.4 - - 8.0 - 8.1 + - 8.0 + - 7.4 + - 7.3 + - 7.1 pipeline: build_gitnet: diff --git a/Dockerfile.php8.0 b/Dockerfile.php8.0 index 3b5496e..4614fb9 100644 --- a/Dockerfile.php8.0 +++ b/Dockerfile.php8.0 @@ -15,4 +15,5 @@ RUN apt-get update \ && apt-get clean RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ + && apt-get update \ && apt-get install -y symfony-cli diff --git a/Dockerfile.php8.1 b/Dockerfile.php8.1 index 5110a57..b874545 100644 --- a/Dockerfile.php8.1 +++ b/Dockerfile.php8.1 @@ -15,4 +15,5 @@ RUN apt-get update \ && apt-get clean RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ + && apt-get update \ && apt-get install -y symfony-cli