ci: Add libdbus development files to CI Docker images

We use these to test interoperability between libdbus and GDBus.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2019-10-21 16:45:01 +01:00
parent 322347e103
commit 3e517c0ab2
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
itstool \
lcov \
libattr1-dev \
libdbus-1-dev \
libelf-dev \
libffi-dev \
libgamin-dev \

View File

@ -5,6 +5,7 @@ RUN dnf -y install \
clang \
clang-analyzer \
dbus-daemon \
dbus-devel \
desktop-file-utils \
elfutils-libelf-devel \
findutils \