Skip to content

Commit

Permalink
Fedora 39: Install python-setuptools via pip
Browse files Browse the repository at this point in the history
Install python-setuptools via pip instead of taking it from the Fedora
repo. This avoids possible conflicts with `pip install --upgrade ...`

Signed-off-by: Oliver Steffen <[email protected]>
  • Loading branch information
osteffenrh committed Dec 8, 2023
1 parent 00fbbc8 commit e49d659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fedora-39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ RUN dnf \
python3-distutils-extra \
python3-pip \
python3-devel \
python3-setuptools \
nodejs \
npm \
tar \
sudo
RUN alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN pip install pip lcov_cobertura setuptools --upgrade
RUN pip install --upgrade pip lcov_cobertura setuptools

ENV GCC5_AARCH64_PREFIX /usr/bin/aarch64-linux-gnu-
ENV GCC5_ARM_PREFIX /usr/bin/arm-linux-gnu-
Expand Down

0 comments on commit e49d659

Please sign in to comment.