Skip to content

Commit 0b8ffbe

Browse files
committed
Dockerfile: Drop install of python3.12-setuptools
We don't need to install setuptools from UBI. The requirements-build.txt has a pinned newest version. The one coming from UBI repositories is very outdated anyway (69.0.3). Signed-off-by: Michal Šoltis <msoltis@redhat.com>
1 parent 7f5076a commit 0b8ffbe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN dnf -y install \
2929
gcc \
3030
python3.12-devel \
3131
python3.12-pip \
32-
python3.12-setuptools \
3332
&& dnf clean all
3433

3534
# Install dependencies in a separate layer to maximize layer caching

0 commit comments

Comments
 (0)