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
d932da0a
Commit
d932da0a
authored
Sep 21, 2020
by
Fabio Luchetti
Browse files
Add some more xrootd* version lock in cc7_no_sse
parent
461a92b5
Pipeline
#1953515
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile_no_sse
View file @
d932da0a
...
...
@@ -50,7 +50,8 @@ RUN yum -y --nogpg install \
&& 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
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 \
xrootd-python-4.11.3 xrootd-private-devel-4.11.3 xrootd-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.
...
...
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