Skip to content

Instantly share code, notes, and snippets.

@vsoch
Created February 7, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsoch/75568fb417218c3525d76f36256988ab to your computer and use it in GitHub Desktop.
Save vsoch/75568fb417218c3525d76f36256988ab to your computer and use it in GitHub Desktop.
slc6-base Singularity build definition file
Bootstrap:docker
From:cern/slc6-base
%runscript
echo "Hi from slc6"
cat /etc/issue
%post
yum -y update
yum -y man
yum -y install gcc
yum -y install subversion
yum -y install libxml2-devel
yum -y install libuuid-devel
mkdir /cvmfs /project /scratch-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment