mirageco commited on
Commit
559b95d
·
1 Parent(s): 216c9c8

Add git to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
34
  curl \
35
  wget \
36
  netcat-openbsd \
 
37
  && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
38
  && apt-get install -y nodejs \
39
  && rm -rf /var/lib/apt/lists/*
 
34
  curl \
35
  wget \
36
  netcat-openbsd \
37
+ git \
38
  && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
39
  && apt-get install -y nodejs \
40
  && rm -rf /var/lib/apt/lists/*