From 58ad820cdc878857db6d83ca2e43d2af425cb160 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Mar 2026 07:50:58 +0100 Subject: [PATCH] add package libcbor-dev into build step --- build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index bd95103..9b04ac0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -6,7 +6,8 @@ ARG VERSION RUN apt-get update && apt-get install -y \ build-essential \ libsecret-1-dev \ - libfido2-dev + libfido2-dev \ + libcbor-dev # Build ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/