Install git in the test_manifest docker as necessary now
authorThibault Saunier <tsaunier@igalia.com>
Thu, 6 Dec 2018 01:46:57 +0000 (22:46 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 6 Dec 2018 02:53:53 +0000 (23:53 -0300)
docker/test_manifest/Dockerfile

index 6ac8158..15ffbda 100644 (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*
\ No newline at end of file