Skip to content
Snippets Groups Projects
Commit 71ea6b68 authored by Samuel Ross Meehan's avatar Samuel Ross Meehan
Browse files

Update Dockerfile

parent eb21f4e3
No related branches found
No related tags found
No related merge requests found
...@@ -15,12 +15,12 @@ RUN yum install -y LCG_96b_Boost_1.70.0_x86_64_centos7_gcc8_opt && \ ...@@ -15,12 +15,12 @@ RUN yum install -y LCG_96b_Boost_1.70.0_x86_64_centos7_gcc8_opt && \
export BOOST_VERSION=1.70 export BOOST_VERSION=1.70
# get an up to date version of Git # get an up to date version of Git
RUN cd /tmp/ && \ #RUN cd /tmp/ && \
wget https://centos7.iuscommunity.org/ius-release.rpm && \ # wget https://centos7.iuscommunity.org/ius-release.rpm && \
rpm -i --nodeps ius-release.rpm && \ # rpm -i --nodeps ius-release.rpm && \
yum remove -y git && \ # yum remove -y git && \
yum install -y git2u && \ # yum install -y git2u && \
yum clean all # yum clean all
# get xrootd for xrdcp # get xrootd for xrdcp
RUN yum install -y xrootd-client && \ RUN yum install -y xrootd-client && \
......
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