ci: Add missing dependencies
`libdbus-1-dev` is needed for the interfaces dir from `dbus-1.pc`, and `desktop-file-utils` is needed for `update-desktop-database`. These are needed due to updating Debian Unstable. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
8c2a1dd73b
commit
54ebc3739e
|
@ -1,6 +1,7 @@
|
||||||
FROM debian:unstable
|
FROM debian:unstable
|
||||||
|
|
||||||
RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
||||||
|
desktop-file-utils \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
gtk-doc-tools \
|
gtk-doc-tools \
|
||||||
|
@ -8,6 +9,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
||||||
libadwaita-1-dev \
|
libadwaita-1-dev \
|
||||||
libaccountsservice-dev \
|
libaccountsservice-dev \
|
||||||
libappstream-dev \
|
libappstream-dev \
|
||||||
|
libdbus-1-dev \
|
||||||
libflatpak-dev \
|
libflatpak-dev \
|
||||||
libgirepository1.0-dev \
|
libgirepository1.0-dev \
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
|
|
Loading…
Reference in New Issue