Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faser
docker
Commits
71ea6b68
Commit
71ea6b68
authored
4 years ago
by
Samuel Ross Meehan
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
eb21f4e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
faser-daq/Dockerfile
+6
-6
6 additions, 6 deletions
faser-daq/Dockerfile
with
6 additions
and
6 deletions
faser-daq/Dockerfile
+
6
−
6
View file @
71ea6b68
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment