Files
HomeServerServices/autossh/Dockerfile
2026-01-01 18:32:31 -06:00

8 lines
288 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
FROM jnovack/autossh:2.1.0
# Устанавливаем sshpass для работы с паролями
RUN apk add --no-cache sshpass
# Переопределяем входную точку, чтобы использовать sshpass
ENTRYPOINT ["/usr/bin/sshpass", "-e", "autossh"]