From 49523dc6e299c8e4a067fe55baf1671fe91e32b7 Mon Sep 17 00:00:00 2001 From: Morre Date: Sat, 29 Jul 2023 10:17:25 +0200 Subject: [PATCH] feat: add git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eda68a8..11a8666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*