Skip to content
Snippets Groups Projects
Commit 607a9d0e authored by Piergiulio Lenzi's avatar Piergiulio Lenzi
Browse files

Merge branch 'update_el7_archival' into 'master'

Update to circmbent the archival of the el7 repositories

See merge request !8
parents 31599fe6 566fba28
No related branches found
No related tags found
1 merge request!8Update to circmbent the archival of the el7 repositories
Pipeline #7989312 passed with stages
in 2 minutes and 54 seconds
......@@ -4,9 +4,9 @@ WORKDIR /app
COPY el7/* /app
RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
RUN curl -fsSL https://get.htcondor.org | sed -e 's#epel/epel-release-latest-${epel_version}.noarch.rpm#archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm#g' | /bin/bash -s -- --no-dry-run
RUN yum install -y vim-enhanced perl-core perl-CPAN perl-Sys-Syslog perl-Authen-Krb5 sssd-client cmake3 emacs gcc-gfortran boost boost-thread boost-devel f2py gfal2 gfal2-python
ENTRYPOINT ["/app/setupCondor.sh"]
# Run app.py when the container launches
CMD ["/bin/bash"]
\ No newline at end of file
CMD ["/bin/bash"]
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