From e6ca7b10cf01322e76e22710be3e584dce209596 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Sat, 4 Jan 2025 18:33:20 +0100 Subject: [PATCH] add git --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a8fe139..56b5601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,9 @@ RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3- # install nodeJS RUN apt install -yqq nodejs +# install git +RUN apt install -yqq git + # get composer RUN mkdir -p /app/bin RUN curl -s http://getcomposer.org/installer | /usr/bin/php8.3 -d date.timezone="Europe/Paris" -- --install-dir=/app/bin/