feat: add libdbus-1-dev
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
Paul Campbell 2024-08-03 12:58:00 +01:00
parent b961de0eec
commit c467d164cf

View file

@ -15,6 +15,7 @@ RUN apt-get update \
mold=1.10.1+dfsg-1 \
pkg-config=1.8.1-1 \
libssl-dev=3.0.13-1~deb12u1 \
libdbus-1-dev=1.14.10-1~deb12u1 \
git=1:2.39.2-1.1 \
&& \
rm -r /var/lib/apt/lists/*