Skip to content

Commit f32f5c8

Browse files
authored
Resolve linking error libfido2.so.1
``` + pass init pass-key ... + protonmail-bridge --cli /root/.local/share/protonmail/bridge-v3/updates/3.22.0/bridge: error while loading shared libraries: libfido2.so.1: cannot open shared object file: No such file or directory Failed to launch error="exit status 127" exe_path=/root/.local/share/protonmail/bridge-v3/updates/3.22.0/bridge exe_to_launch=bridge launcher_path=/root/.local/share/protonmail/bridge-v3/updates/3.22.0/proton-bridge launcher_version=3.22.0 Failed to launch error="exit status 1" exe_path=/root/.local/share/protonmail/bridge-v3/updates/3.22.0/proton-bridge launcher_path=/usr/lib/protonmail/bridge/proton-bridge launcher_version=3.19.0 ``` - https://developers.yubico.com/libfido2/
1 parent 97014ae commit f32f5c8

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
@@ -4,7 +4,7 @@
44
FROM debian:sid-slim AS build
55

66
COPY install.sh PACKAGE /
7-
RUN apt-get update && apt-get install -y wget binutils
7+
RUN apt-get update && apt-get install -y wget binutils libfido2-1
88

99
# Repack deb (removes unnecessary dependencies and produces /protonmail.deb)
1010
RUN bash /install.sh

0 commit comments

Comments
 (0)