Skip to content

Commit 4d0ff37

Browse files
committed
fix(deb): add libfido2-1 runtime dependency
install.sh strips the official deb Depends line, removing libfido2-1. The bridge binary still links against it, so it must be installed explicitly.
1 parent 5ebc2d1 commit 4d0ff37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY gpgparams entrypoint.sh PACKAGE /protonmail/
2626
COPY --from=build /protonmail.deb /tmp/protonmail.deb
2727

2828
RUN apt-get update \
29-
&& apt-get install -y --no-install-recommends /tmp/protonmail.deb socat pass libsecret-1-0 ca-certificates procps \
29+
&& apt-get install -y --no-install-recommends /tmp/protonmail.deb socat pass libsecret-1-0 libfido2-1 ca-certificates procps \
3030
&& case "${PTY_TOOL}" in \
3131
dtach) apt-get install -y --no-install-recommends dtach ;; \
3232
abduco) apt-get install -y --no-install-recommends abduco ;; \

0 commit comments

Comments
 (0)