git-lfs/docker/git-lfs-full-build_centos_5/Dockerfile
2015-07-23 23:18:35 -04:00

13 lines
365 B
Docker

FROM centos:5
MAINTAINER Andy Neff <andyneff@users.noreply.github.com>
#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"
RUN yum install -y createrepo rsync
#Add the simple build repo script
ADD centos_script.bsh /tmp/docker_run/
CMD /tmp/docker_run/centos_script.bsh