Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
cdeb88f6
Commit
cdeb88f6
authored
Sep 21, 2020
by
Fabio Luchetti
Browse files
Pre install some xrootd v4.11.3 dependecies in cc7_no_sse to help yum resolve them later
parent
f38a5be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile_no_sse
View file @
cdeb88f6
...
...
@@ -49,6 +49,9 @@ RUN yum -y --nogpg install \
yum-plugin-priorities \
&& yum clean all
# Pre install version-locking to 4.11.3 some xrootd dependencies to help yum resolve them later
RUN yum -y --nogpg install xrootd-libs-4.11.3 xrootd-server-4.11.3 xrootd-server-libs-4.11.3 xrootd-client-4.11.3 xrootd-client-libs-4.11.3
# Install new EOS from created repo - the ADD command will reset the docker cache,
# and any commands after that point will be uncached.
ENV EOSREPODIR="/repo/eos"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment