protonmail-bridge (sha256:0f05b493f49d7f85e8c2b57fb9e25d339477062ce0d0542ee17ffe0843a33cea)
Published 2026-06-30 16:24:35 +03:00 by Denaerium
Installation
docker pull git.denaerium.com/denaerium/protonmail-bridge@sha256:0f05b493f49d7f85e8c2b57fb9e25d339477062ce0d0542ee17ffe0843a33ceasha256:0f05b493f49d7f85e8c2b57fb9e25d339477062ce0d0542ee17ffe0843a33ceaImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| EXPOSE [143/tcp] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends socat pass libsecret-1-0 libfido2-1 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd -r protonmail && useradd -r -g protonmail -m -d /home/protonmail protonmail # buildkit |
| COPY gpgparams entrypoint.sh /protonmail/ # buildkit |
| COPY /build/bridge /protonmail/ # buildkit |
| COPY /build/proton-bridge /protonmail/ # buildkit |
| COPY /build/vault-editor /protonmail/ # buildkit |
| RUN /bin/sh -c chown -R protonmail:protonmail /protonmail # buildkit |
| USER protonmail |
| ENTRYPOINT ["bash" "/protonmail/entrypoint.sh"] |