diff --git a/build/Dockerfile b/build/Dockerfile index 9b04ac0..bf4e5d4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -25,7 +25,7 @@ EXPOSE 143/tcp # Install dependencies and protonmail bridge RUN apt-get update \ - && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates \ + && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates libfido2-1 \ && rm -rf /var/lib/apt/lists/* # Copy bash scripts