Skip to content

Commit e1720ba

Browse files
authored
Add git to ubuntu.Dockerfile (#578)
1 parent b5b039a commit e1720ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/ubuntu.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -e \
66
&& apt-get update \
77
&& apt-get install -y --no-install-recommends \
88
build-essential \
9+
git \
910
ca-certificates curl wget gnupg lsb-release software-properties-common \
1011
python3 python3-pip \
1112
ninja-build cmake make \

0 commit comments

Comments
 (0)