Skip to content
Snippets Groups Projects
Verified Commit 989183bf authored by Duncan Macleod's avatar Duncan Macleod
Browse files

replace lscsoft-grid-config with appropriate individual repos

parent dc11a49a
No related tags found
No related merge requests found
Pipeline #370912 passed
......@@ -9,6 +9,12 @@ RUN yum -y install http://software.ligo.org/lscsoft/scientific/7/x86_64/producti
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | bash && \
yum clean all
# add HTCondor repository (and its GPG key)
RUN yum -y install https://research.cs.wisc.edu/htcondor/repo/current/htcondor-release-current.el7.noarch.rpm
# add pegasus repo
RUN curl -s -o /etc/yum.repos.d/pegasus.repo https://download.pegasus.isi.edu/wms/download/rhel/7/pegasus.repo
# add osg repository
RUN yum -y install https://repo.opensciencegrid.org/osg/3.5/osg-3.5-el7-release-latest.rpm
......@@ -39,11 +45,10 @@ RUN yum -y install \
lscsoft-backports-testing-config \
lscsoft-backports-testing-debug-config \
lscsoft-epel-config \
lscsoft-grid-config \
lscsoft-production-debug-config \
lscsoft-testing-config \
lscsoft-testing-debug-config && \
yum clean all
# install available updates
RUN yum -y update && yum clean all
\ No newline at end of file
RUN yum -y update && yum clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment