feat: add dbus-dev to image

This commit is contained in:
Paul Campbell 2025-01-18 20:19:49 +00:00
parent 26c46227e6
commit 3f87d011e7
2 changed files with 26 additions and 1 deletions

View file

@ -39,6 +39,7 @@ RUN apk add --no-cache \
libssl3 \
openssl-dev \
perl \
dbus-dev \
git
# clang \