trivial: Fix the CI build for the new hardware installed tests

This commit is contained in:
Richard Hughes 2017-06-22 11:21:03 +01:00
parent ed34991bd8
commit 5d9e9f4a36
2 changed files with 2 additions and 2 deletions

View File

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

View File

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