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 \