We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5036afd commit b85f561Copy full SHA for b85f561
1 file changed
Dockerfile.rocky9
@@ -759,9 +759,9 @@ USER root
759
760
# Prepare py dependencies not in dnf or just outdated there
761
762
-# NOTE: use jsonrpclib and pysendfile from pip for py3 here
+# NOTE: use maintained jsonrpclib fork and pysendfile from pip for py3 here
763
# and iso3166 for smart country selection
764
-RUN pip3 install --no-cache-dir 'jsonrpclib<0.2' pysendfile iso3166
+RUN pip3 install --no-cache-dir jsonrpclib-pelix pysendfile iso3166
765
766
# NOTE: recent paramiko is required for modern host key algo
767
RUN if [ "${ENABLE_SFTP}" = "True" -o "${ENABLE_SFTP_SUBSYS}" = "True" ]; then \
0 commit comments