From 9707eeacbc053844173272ab8b38a03342d102de Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Sat, 4 Jan 2025 18:03:10 +0100 Subject: [PATCH] update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00c223c..42c75cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -Debian PHP 8.3 -============== +Debian - Moustache +================== -Custom Docker image based on Debian stable slim, with PHP Sury apt repo, and the following PHP 8.3 packages: +This project build a custom docker image, which is used by Moustache CI/CD in order to build Symfony and JS sub-project. +This build is made with 'catthehacker/ubuntu:act-latest' image (which already has curl / git / docker-cli installed). + +Final docker image is based on Debian stable slim, with PHP Sury apt repo, and the following packages: - php8.3-cli - php8.3-common - php8.3-curl @@ -12,5 +15,5 @@ Custom Docker image based on Debian stable slim, with PHP Sury apt repo, and the - php8.3-readline - php8.3-xml - php8.3-zip - -Build is made on 'catthehacker/ubuntu:act-latest' image (which already has curl / git / docker-cli installed). + - composer + - nodejs 18