Make the bridge run inside tmux to allow for easy user interaction within the container

This commit is contained in:
B. Olausson 2026-02-17 10:44:01 +01:00
parent 97014ae98c
commit c9bec759ba
2 changed files with 12 additions and 3 deletions

View file

@ -19,7 +19,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 \
&& apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates procps tmux \
&& rm -rf /var/lib/apt/lists/*
# Copy bash scripts