Skip to content

Commit 4302aeb

Browse files
committed
Add git to ubuntu.Dockerfile
1 parent b5b039a commit 4302aeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)