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.
This commit is contained in:
Jonas L 2022-03-28 13:35:12 +02:00 committed by GitHub
parent 877eb6cee7
commit 7c44580260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
cat <<EOF >> Dockerfile
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
git \
python3 \
python3-pip \
sudo \