We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicity requires paramiko or pexpect for ssh support. Recent commits removed py3-paramiko package thus there is no support for ssh/sftp anymore.
Second problem: docker repo does not contain version tags, so it's not possible to just pull an older image without this issue.
The text was updated successfully, but these errors were encountered:
Re-add py3-paramiko for SSH/SFTP support
5499a8a
Solving wernight#19
Re-add py3-paramiko for SSH/SFTP support (#20)
73d938e
* Re-add py3-paramiko for SSH/SFTP support Solving #19 * Update Dockerfile
No branches or pull requests
Duplicity requires paramiko or pexpect for ssh support. Recent commits removed py3-paramiko package thus there is no support for ssh/sftp anymore.
Second problem: docker repo does not contain version tags, so it's not possible to just pull an older image without this issue.
The text was updated successfully, but these errors were encountered: