Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit f90f959

Browse files
committed
adding git
1 parent 90a846d commit f90f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
44

55
RUN export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update \
7-
&& apt-get install -y --no-install-recommends g++ gcc wget make\
7+
&& apt-get install -y --no-install-recommends g++ gcc wget make git\
88
&& apt-get clean \
99
&& rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)