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 88a28c1 commit 113746aCopy full SHA for 113746a
Dockerfile.rocky8
@@ -817,9 +817,10 @@ RUN if [ "${WITH_PY3}" = "True" ]; then \
817
818
# Modules required by grid_ftps
819
# NOTE: relies on pyOpenSSL and Cryptography from yum/dnf for now
820
+# NOTE: python-3.6 fails with unsupported OpenSSL attribute in pyftpdlib-2.x
821
RUN pip2 install 'pyftpdlib<2.0'
822
RUN if [ "${WITH_PY3}" = "True" ]; then \
- pip3 install pyftpdlib; \
823
+ pip3 install 'pyftpdlib<2.0'; \
824
fi;
825
826
# Modules required by grid_X IO daemons (not available in yum/dnf for python3)
0 commit comments