6 Commits

Author SHA1 Message Date
1055912e84 Add libfido2 dependency for Bridge v3.22.0
Some checks failed
build from source / test (push) Failing after 4m34s
build from source / build (linux/amd64) (push) Has been skipped
build from source / build (linux/arm/v7) (push) Has been skipped
build from source / build (linux/arm64/v8) (push) Has been skipped
build from source / build (linux/riscv64) (push) Has been skipped
build from source / merge (push) Has been skipped
pack from deb / deb (push) Failing after 4m13s
build from source / test (pull_request) Failing after 13s
build from source / build (linux/amd64) (pull_request) Has been skipped
build from source / build (linux/arm/v7) (pull_request) Has been skipped
build from source / build (linux/arm64/v8) (pull_request) Has been skipped
build from source / build (linux/riscv64) (pull_request) Has been skipped
build from source / merge (pull_request) Has been skipped
pack from deb / deb (pull_request) Has been cancelled
Bridge v3.22.0 added FIDO2/WebAuthn support which requires libfido2
at runtime. Adds libfido2-dev and libcbor-dev to build stage, and
libfido2-1 to runtime stage for both build and deb Dockerfiles.

Ref: shenxn/protonmail-bridge-docker#139
2026-03-10 20:51:59 -07:00
simonfelding
4ccd39856a improve build readability and speed (by parallelization) (#117) 2025-04-24 23:03:50 +02:00
simonfelding
2745c6eb57 deb build: make sure it has the necessary tools (#116) 2025-02-17 10:15:22 +01:00
simonfelding
a19458f703 fix builds by switching base layer to debian:sid-slim
tested locally, works fine.
debian has supported riscv64 in the sid image for some time.

this is the same thing the carlosedp/golang image did.

this also fixes the bug with the wrong glibc version, as the build
container now uses the same glibc version as the final container.
2025-02-15 17:07:15 +01:00
Aziz Hasanain
b1b6706030 Update Ubuntu tag for deb to fix GLIBC dependency (#80)
GLIBC dependency issue highlighted in
https://github.com/shenxn/protonmail-bridge-docker/issues/79 is caused
by v3 of the bridge not supporting bionic. This PR simply updates the
"deb" version to match the "build" version which is already on
ubuntu:jammy.
2023-03-23 09:13:58 +08:00
Xiaonan Shen
cc319ba0a7 Move deb packing under deb folder (#12) 2020-11-19 19:46:18 -08:00