summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-07 20:34:28 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-07 20:34:28 +0100
commit2c6c92f53a6bc04ce5bd0c392cc547e9b6e268ac (patch)
treee337926036c7ae5fef6de20004a6a6c407a39f2a
parentf2e5191809e0f82ff7c7e875f268a688c21f3006 (diff)
downloadappstream-glib-2c6c92f53a6bc04ce5bd0c392cc547e9b6e268ac.tar.gz
f
-rw-r--r--contrib/ci/Dockerfile-fedora2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/Dockerfile-fedora b/contrib/ci/Dockerfile-fedora
index 53c8db9..a37e3ad 100644
--- a/contrib/ci/Dockerfile-fedora
+++ b/contrib/ci/Dockerfile-fedora
@@ -1,7 +1,7 @@
FROM fedora:25
RUN dnf -y update
-RUN dnf -y install dnf-plugins-core redhat-rpm-config gcab meson
+RUN dnf -y install dnf-plugins-core redhat-rpm-config gcab libyaml-devel meson
RUN dnf -y builddep libappstream-glib
RUN mkdir /build