Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,9 @@ USER root

# Prepare py dependencies not in dnf or just outdated there

# NOTE: use jsonrpclib and pysendfile from pip for py3 here
# NOTE: use maintained jsonrpclib fork and pysendfile from pip for py3 here
# and iso3166 for smart country selection
RUN pip3 install --no-cache-dir 'jsonrpclib<0.2' pysendfile iso3166
RUN pip3 install --no-cache-dir jsonrpclib-pelix pysendfile iso3166

# NOTE: recent paramiko is required for modern host key algo
RUN if [ "${ENABLE_SFTP}" = "True" -o "${ENABLE_SFTP_SUBSYS}" = "True" ]; then \
Expand Down
Loading