mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 17:43:55 +00:00
trivial: Fix the CI build for the new hardware installed tests
This commit is contained in:
parent
ed34991bd8
commit
5d9e9f4a36
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user