From 152ddbc05b73d296efe02b9439f0f80e3b2422a7 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 24 Feb 2026 20:36:42 -0600 Subject: [PATCH] Fix runtime deps: drop explicit libcbor0, libfido2-1 pulls it transitively --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index e38a64d..a4ed9d0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,7 +23,7 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=60s \ # Install dependencies and protonmail bridge RUN apt-get update \ - && apt-get install -y --no-install-recommends socat pass libsecret-1-0 libfido2-1 libcbor0 ca-certificates \ + && apt-get install -y --no-install-recommends socat pass libsecret-1-0 libfido2-1 ca-certificates \ && rm -rf /var/lib/apt/lists/* # Copy bash scripts