Skip to content

Commit

Permalink
Always update setuptools to latest (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
Co-authored-by: Anh Uong <[email protected]>
  • Loading branch information
jbusche and anhuong authored Aug 12, 2024
1 parent a40e138 commit 6e7cea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN dnf remove -y --disableplugin=subscription-manager \
&& ln -s /usr/bin/python${PYTHON_VERSION} /bin/python \
&& python -m ensurepip --upgrade \
&& python -m pip install --upgrade pip \
&& python -m pip install --upgrade setuptools \
&& dnf update -y \
&& dnf clean all

Expand Down

0 comments on commit 6e7cea6

Please sign in to comment.