ci: Install ostree too

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
This commit is contained in:
Colin Walters 2017-02-21 14:48:52 -05:00 committed by Atomic Bot
parent 7ee41f75b7
commit 84f5b21a2e

View File

@ -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 \