We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebc2d1 commit 4d0ff37Copy full SHA for 4d0ff37
1 file changed
deb/Dockerfile
@@ -26,7 +26,7 @@ COPY gpgparams entrypoint.sh PACKAGE /protonmail/
26
COPY --from=build /protonmail.deb /tmp/protonmail.deb
27
28
RUN apt-get update \
29
- && 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 libfido2-1 ca-certificates procps \
30
&& case "${PTY_TOOL}" in \
31
dtach) apt-get install -y --no-install-recommends dtach ;; \
32
abduco) apt-get install -y --no-install-recommends abduco ;; \
0 commit comments