summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-07 19:19:05 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-07 19:19:05 +0100
commit33e5aeee266a04d45d651d8520d6613cda81dd2c (patch)
tree857c0c64de6d97e8f9046f6e746d4900e8f1f3dd
parent6454fde1203ea81b409105007e064d14e3e3481d (diff)
downloadappstream-glib-33e5aeee266a04d45d651d8520d6613cda81dd2c.tar.gz
f
-rw-r--r--contrib/ci/Dockerfile-debian1
-rw-r--r--contrib/ci/Dockerfile-fedora2
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/Dockerfile-debian b/contrib/ci/Dockerfile-debian
index 04fbbf8..faa11a0 100644
--- a/contrib/ci/Dockerfile-debian
+++ b/contrib/ci/Dockerfile-debian
@@ -2,6 +2,7 @@ FROM debian:stretch
RUN echo "deb-src http://deb.debian.org/debian/ stretch main" >> /etc/apt/sources.list
RUN apt-get update -qq
+RUN apt-get install -y meson
RUN apt-get build-dep -yq appstream-glib
RUN mkdir /build
WORKDIR /build
diff --git a/contrib/ci/Dockerfile-fedora b/contrib/ci/Dockerfile-fedora
index a78b5f1..49a615d 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
+RUN dnf -y install dnf-plugins-core redhat-rpm-config meson
RUN dnf -y builddep libappstream-glib
RUN mkdir /build