Skip to content

Commit

Permalink
remove default setuptools package which may be old and vulnerable to …
Browse files Browse the repository at this point in the history
…exploits
  • Loading branch information
infinitewarp committed Jan 31, 2023
1 parent 3727640 commit 1e6c013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ 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 \
&& rm -rf /usr/lib/python3.9/site-packages/setuptools* \
&& pip install -U pip setuptools>=65.5.1 \
&& microdnf clean all

0 comments on commit 1e6c013

Please sign in to comment.