Skip to content

Commit 387a2cf

Browse files
committed
Revert "Try to remove python3-setuptools with microdnf in the s2i base image"
This reverts commit 6bbffb0.
1 parent 7fe98f7 commit 387a2cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wrappers/s2i/python/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ RUN wget -O certifi-python-certifi.tar.gz https://github.com/certifi/python-cert
1919

2020
RUN microdnf update -y && \
2121
microdnf install -y make automake gcc gcc-c++ && \
22-
microdnf remove python3-setuptools \
2322
conda install -c conda-forge --yes python=$PYTHON_VERSION conda=$CONDA_VERSION
2423

2524
RUN PIP_WHEEL_DIR=/opt/conda/lib/python3.12/ensurepip/_bundled && \

0 commit comments

Comments
 (0)