Skip to content

Commit 973c9ea

Browse files
committed
Install git in the build container
1 parent 0c41509 commit 973c9ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get upgrade -y
66
RUN apt-get install -y --no-install-recommends \
77
g++ \
88
gcc \
9+
git \
910
flex \
1011
bison \
1112
make \

0 commit comments

Comments
 (0)