FROM debian:jessie MAINTAINER Andy Neff #Docker RUN example, pass in the git-lfs checkout copy you are working with LABEL RUN="docker run -v git-lfs-checkout-dir:/src -v repo_dir:/repo" RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \ apt-get install -y golang git dpkg-dev dh-golang ruby-ronn reprepro COPY git-lfs_debian_8.key debian_script.bsh distributions dpkg-package-gpg.bsh /tmp/ CMD /tmp/debian_script.bsh