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:
parent
877eb6cee7
commit
7c44580260
|
@ -64,6 +64,7 @@ jobs:
|
|||
cat <<EOF >> Dockerfile
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install \
|
||||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
sudo \
|
||||
|
|
Loading…
Reference in New Issue