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
|
||||
|
||||
RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
||||
desktop-file-utils \
|
||||
gettext \
|
||||
git \
|
||||
gtk-doc-tools \
|
||||
|
@ -8,6 +9,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
|||
libadwaita-1-dev \
|
||||
libaccountsservice-dev \
|
||||
libappstream-dev \
|
||||
libdbus-1-dev \
|
||||
libflatpak-dev \
|
||||
libgirepository1.0-dev \
|
||||
libglib2.0-dev \
|
||||
|
|
Loading…
Reference in New Issue