Skip to content

Commit

Permalink
pip install setuptools>=65.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Jan 31, 2023
1 parent 57e4a9f commit 3727640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN rpm -iv https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/p
&& microdnf install postgresql12-devel libcurl-devel gcc openssl-devel python39-devel redhat-rpm-config git make ca-certificates diffutils which \
&& ln -s /usr/bin/pip3.9 /usr/bin/pip \
&& ln -s /usr/bin/python3.9 /usr/bin/python \
&& pip install -U pip \
&& pip install -U pip setuptools>=65.5.1 \
&& microdnf clean all

0 comments on commit 3727640

Please sign in to comment.