File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- ARG BASE_OSG_SERIES=3.6
1+ ARG BASE_OSG_SERIES=24
22ARG BASE_YUM_REPO=release
33
4- FROM opensciencegrid/software-base:$BASE_OSG_SERIES-el8 -$BASE_YUM_REPO
4+ FROM opensciencegrid/software-base:$BASE_OSG_SERIES-el9 -$BASE_YUM_REPO
55
66LABEL maintainer OSG Software <
[email protected] >
77
88COPY . /src
99
1010RUN yum update -y && \
11- yum install -y python3-m2crypto && \
11+ yum install -y python3-pip python3- m2crypto && \
1212 yum clean all && \
1313 rm -rf /var/cache/yum/* && \
1414 cd /src && \
15+ pip3 install -r requirements.txt && \
1516 python3 setup.py install --root=/ && \
1617 mkdir -p /etc/osg/pki && \
1718 cp /usr/local/config/ca-issuer.conf /etc/osg/pki/
Original file line number Diff line number Diff line change 11M2Crypto
22argparse
3+ urllib3
You can’t perform that action at this time.
0 commit comments