From 5d9e9f4a368c168b6ae09bcd6b37cc7464d6206b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 22 Jun 2017 11:21:03 +0100 Subject: [PATCH] trivial: Fix the CI build for the new hardware installed tests --- contrib/ci/Dockerfile-debian-experimental | 2 +- contrib/ci/Dockerfile-debian-unstable | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ci/Dockerfile-debian-experimental b/contrib/ci/Dockerfile-debian-experimental index 95ae2d8af..cc6b79143 100644 --- a/contrib/ci/Dockerfile-debian-experimental +++ b/contrib/ci/Dockerfile-debian-experimental @@ -51,6 +51,6 @@ RUN apt-get -t experimental install -yq --no-install-recommends \ libappstream-glib-dev #deps needed only for installed tests RUN apt-get install -yq --no-install-recommends \ - gnome-desktop-testing dbus-x11 ca-certificates + gnome-desktop-testing dbus-x11 ca-certificates python-gi RUN mkdir /build WORKDIR /build diff --git a/contrib/ci/Dockerfile-debian-unstable b/contrib/ci/Dockerfile-debian-unstable index 956ab31b4..d7bfbaa73 100644 --- a/contrib/ci/Dockerfile-debian-unstable +++ b/contrib/ci/Dockerfile-debian-unstable @@ -47,6 +47,6 @@ RUN apt-get install -yq --no-install-recommends \ valgrind #deps needed only for installed tests RUN apt-get install -yq --no-install-recommends \ - gnome-desktop-testing dbus-x11 ca-certificates + gnome-desktop-testing dbus-x11 ca-certificates python-gi RUN mkdir /build WORKDIR /build