Add git to the docs Docker image (#53)
This commit is contained in:
parent
85a06d2409
commit
965d4fae36
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user