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/