fixing error that can't get correct password manger and other errors
Build and Push Docker Container / build-and-push (push) Successful in 5m29s
Build and Push Docker Container / build-and-push (push) Successful in 5m29s
This commit is contained in:
+3
-1
@@ -25,7 +25,9 @@ EXPOSE 143/tcp
|
|||||||
|
|
||||||
# Install dependencies and protonmail bridge
|
# Install dependencies and protonmail bridge
|
||||||
RUN apt-get update \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy bash scripts
|
# Copy bash scripts
|
||||||
|
|||||||
+2
-1
@@ -19,7 +19,8 @@ if [[ $1 == init ]]; then
|
|||||||
/protonmail/proton-bridge --cli $@
|
/protonmail/proton-bridge --cli $@
|
||||||
|
|
||||||
else
|
else
|
||||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
export $(dbus-launch --sh-syntax --exit-with-session)
|
||||||
|
dbus-daemon --session --fork --print-address # keep it alive
|
||||||
|
|
||||||
# socat will make the conn appear to come from 127.0.0.1
|
# socat will make the conn appear to come from 127.0.0.1
|
||||||
# ProtonMail Bridge currently expects that.
|
# ProtonMail Bridge currently expects that.
|
||||||
|
|||||||
Reference in New Issue
Block a user