Created
December 11, 2017 22:58
-
-
Save zvada/0f674576fd83fb84d0a44a3047c3858b to your computer and use it in GitHub Desktop.
Dockerfile for XRootD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:centos6 | |
RUN yum -y install http://repo.grid.iu.edu/osg/3.4/osg-3.4-el6-release-latest.rpm && \ | |
yum -y install epel-release \ | |
yum-plugin-priorities && \ | |
yum -y install xrootd xrootd-lcmaps xrootd-client osg-ca-certs \ | |
gdb yum-utils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment