From 7c445802607b7816e1d3b0c9d9fd2eff8f32fb83 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 28 Mar 2022 13:35:12 +0200 Subject: [PATCH] ci: install git in libretime-dev testing image (#1706) This might fix a lot of false positive while downloading the code to the testing folder. --- .github/workflows/tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 1b8f4e446..dabfd7616 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -64,6 +64,7 @@ jobs: cat <> Dockerfile RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ + git \ python3 \ python3-pip \ sudo \