From ee58a00b0103c0547077d56c8183ffe5df550edf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Mar 2026 09:11:19 +0100 Subject: [PATCH] add package dbus into ubuntu build prozess --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index bf4e5d4..b2bc667 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -25,7 +25,7 @@ EXPOSE 143/tcp # Install dependencies and protonmail bridge RUN apt-get update \ - && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates libfido2-1 \ + && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates libfido2-1 dbus \ && rm -rf /var/lib/apt/lists/* # Copy bash scripts