File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY gpgparams entrypoint.sh PACKAGE /protonmail/
2626COPY --from=build /protonmail.deb /tmp/protonmail.deb
2727
2828RUN 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 ;; \
@@ -37,7 +37,7 @@ RUN apt-get update \
3737 && rm -rf /var/lib/apt/lists/*
3838
3939HEALTHCHECK --interval=30s --timeout=5s --retries=3 --start-period=120s \
40- CMD /bin/bash -c "true < /dev/tcp/127.0.0.1 /25 && true < /dev/tcp/127.0.0.1 /143 && true < /dev/tcp/127.0.0.1 /1025 && true < /dev/tcp/127.0.0.1 /1143"
40+ CMD /bin/bash -c "true < /dev/tcp/localhost /25 && true < /dev/tcp/localhost /143 && true < /dev/tcp/localhost /1025 && true < /dev/tcp/localhost /1143"
4141
4242ENTRYPOINT ["/protonmail/entrypoint.sh" ]
4343CMD ["run" ]
You can’t perform that action at this time.
0 commit comments