From 3727640b928b5fda792bfa8ac70dbeb9b1d70694 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 23 Jan 2023 11:52:19 -0500 Subject: [PATCH] pip install setuptools>=65.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bced1ad..f084bc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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