FROM centos:6 MAINTAINER Andy Neff #Docker RUN example, pass in the git-lfs checkout copy you are working with LABEL RUN="docker run -v git-lfs-repo-dir:/src -v repo_dir:/repo" COPY test_lfs.bsh /tmp/test_lfs.bsh CMD yum install -y http://${REPO_HOSTNAME:-git-lfs.github.com}/centos/6/RPMS/noarch/git-lfs-repo-release-1-1.el6.noarch.rpm && \ yum install -y git-lfs && \ git-lfs && \ yum install -y epel-release && \ yum install -y perl-Digest-SHA golang && \ /tmp/test_lfs.bsh