diff --git a/deb/Dockerfile b/deb/Dockerfile index a0d8e2c..91dfbec 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -22,7 +22,8 @@ COPY gpgparams entrypoint.sh PACKAGE /protonmail/ COPY --from=build /protonmail.deb /tmp/protonmail.deb RUN apt-get update \ - && apt-get install -y --no-install-recommends /tmp/protonmail.deb socat pass libsecret-1-0 ca-certificates procps \ + && apt-get install -y --no-install-recommends /tmp/protonmail.deb \ + socat pass libsecret-1-0 ca-certificates procps libfido2-1 \ && rm -rf /var/lib/apt/lists/* CMD ["bash", "/protonmail/entrypoint.sh"]