Add git to Dockerfile
Browse files- 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/*
|