Skip to content

Commit 44bf636

Browse files
maanyrdimaio
authored andcommitted
webui: apply dowgrade setuptools workaround
1 parent ac32813 commit 44bf636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webui/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ RUN dnf -y update && \
2222
dnf clean all && \
2323
rm -rf /var/cache/dnf
2424

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+
2529
RUN python3 -m pip install --no-cache-dir --upgrade pip && \
2630
python3 -m pip install --no-cache-dir --upgrade setuptools
2731
RUN python3 -m pip install --no-cache-dir j2cli

0 commit comments

Comments
 (0)