feat: add git

This commit is contained in:
Morre 2023-07-29 10:17:25 +02:00
parent 6ce8491b3a
commit 49523dc6e2
Signed by: morre
GPG Key ID: BFED22AA844DE3A8
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ COPY nodesource.list /etc/apt/sources.list.d/
# hadolint ignore=DL3008
RUN apt-get update && apt-get install --no-install-recommends -y \
nodejs \
git \
&& rm -rf /var/lib/apt/lists/*