From 84f5b21a2e10c0bf2fdfe8eb8ccab6dc3c47744e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Feb 2017 14:48:52 -0500 Subject: [PATCH] ci: Install ostree too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since this is the second case I've seen tripping over this, maybe we should add an rpm-ostree → ostree dependency? Closes: #637 Approved by: jlebon --- .redhat-ci.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.redhat-ci.Dockerfile b/.redhat-ci.Dockerfile index 47485c45..186a80ed 100644 --- a/.redhat-ci.Dockerfile +++ b/.redhat-ci.Dockerfile @@ -13,6 +13,7 @@ RUN dnf install -y @buildsys-build && \ # These are test-only reqs RUN dnf install -y \ + ostree \ createrepo_c \ /usr/bin/jq \ clang \