From 2ab04c923413e417de06ae4dfc583b4cb0002dbc Mon Sep 17 00:00:00 2001 From: Cannon Lock Date: Wed, 26 Jun 2024 15:41:52 -0500 Subject: [PATCH] Update to el9 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 77f8099..6d9afa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN \ yum update -y && \ yum install -y condor && \ yum install -y python3-pip httpd mod_auth_openidc mod_ssl python3-mod_wsgi && \ + yum remove -y python3-requests && \ yum clean all && rm -rf /var/cache/yum/* COPY portal run_local.sh requirements.txt /opt/portal/