Skip to content

Instantly share code, notes, and snippets.

@zvada
Created December 11, 2017 22:58
Show Gist options
  • Save zvada/0f674576fd83fb84d0a44a3047c3858b to your computer and use it in GitHub Desktop.
Save zvada/0f674576fd83fb84d0a44a3047c3858b to your computer and use it in GitHub Desktop.
Dockerfile for XRootD
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