From fffbf369c8cd7412044cb49bcf71c7fb0cd2b415 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Mar 2026 07:43:21 +0100 Subject: [PATCH] add package libfido2-dev into build step --- build/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 07c8ed6..bd95103 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,7 +3,10 @@ FROM golang:1.26 AS build ARG VERSION # Install dependencies -RUN apt-get update && apt-get install -y build-essential libsecret-1-dev +RUN apt-get update && apt-get install -y \ + build-essential \ + libsecret-1-dev \ + libfido2-dev # Build ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/