We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac32813 commit 44bf636Copy full SHA for 44bf636
webui/Dockerfile
@@ -22,6 +22,10 @@ RUN dnf -y update && \
22
dnf clean all && \
23
rm -rf /var/cache/dnf
24
25
+ # Downgrade setuptools to avoid compatibility issues
26
+# TODO: remove once https://github.com/rucio/containers/issues/458 is resolved
27
+RUN dnf -y install https://vault.almalinux.org/9.6/BaseOS/x86_64/os/Packages/python3-setuptools-53.0.0-13.el9_6.1.noarch.rpm
28
+
29
RUN python3 -m pip install --no-cache-dir --upgrade pip && \
30
python3 -m pip install --no-cache-dir --upgrade setuptools
31
RUN python3 -m pip install --no-cache-dir j2cli
0 commit comments