fixing error that can't get correct password manger and other errors
Build and Push Docker Container / build-and-push (push) Successful in 5m29s

This commit is contained in:
GitHub Actions
2026-03-10 10:20:13 +01:00
parent 1ff8abbe16
commit 7ee9b4aed8
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ 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 dbus \
&& apt-get install -y --no-install-recommends \
socat pass libsecret-1-0 ca-certificates libfido2-1 \
dbus dbus-x11 gnupg2 \
&& rm -rf /var/lib/apt/lists/*
# Copy bash scripts