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/*