Skip to content

Commit

Permalink
Update to el9
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jun 26, 2024
1 parent cba00b9 commit 2ab04c9
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 @@ -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/
Expand Down

0 comments on commit 2ab04c9

Please sign in to comment.