Skip to content

Commit 7ebd771

Browse files
committed
Add git to CI Docker image
1 parent cb82b5b commit 7ebd771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARG JDK_VERSION
1010
RUN apt-get update && \
1111
apt-get install -y \
1212
curl \
13+
git \
1314
lcov \
1415
make \
1516
sudo \

0 commit comments

Comments
 (0)