From 965d4fae369ba21ef291a15f8e9ddd84c6c3dabc Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Fri, 20 May 2022 11:02:20 -0700 Subject: [PATCH] Add git to the docs Docker image (#53) --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 577ba67b3..9d93bb0d2 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -3,7 +3,7 @@ LABEL MAINTAINER="Niraj Tolia" ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get -y update && apt-get -y install gpg emacs curl \ +RUN apt-get -y update && apt-get -y install gpg emacs curl git \ && curl -fsSL https://deb.nodesource.com/setup_current.x | bash - \ && apt-get -y install nodejs \ && apt-get autoclean \