Add git to the docs Docker image (#53)

This commit is contained in:
Niraj Tolia 2022-05-20 11:02:20 -07:00 committed by GitHub
parent 85a06d2409
commit 965d4fae36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \