We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a846d commit f90f959Copy full SHA for f90f959
1 file changed
docker/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
4
5
RUN export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update \
7
- && apt-get install -y --no-install-recommends g++ gcc wget make\
+ && apt-get install -y --no-install-recommends g++ gcc wget make git\
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments