Install git in the test_manifest docker as necessary now

This commit is contained in:
Thibault Saunier 2018-12-05 22:46:57 -03:00
parent 4493ab0bb8
commit 93ddefcc20

View file

@ -4,4 +4,5 @@ RUN dnf install -y \
python3-pytest \
python3-requests \
python3-pytest-cov \
git \
&& rm -rf /var/cache/dnf /var/log/dnf*