fix: add the git binary to the final step of the container images (#5863)

Add the git binary to the runtime images
This commit is contained in:
Mattias Michaux 2025-01-22 16:07:34 +01:00 committed by GitHub
commit cdf85e55de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,7 @@ RUN apt-get update \
build-essential \
curl \
npm \
git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*