git-lfs/docker/git-lfs_debian_7.dockerfile
2015-07-31 16:40:23 -04:00

14 lines
605 B
Docker

FROM debian:wheezy
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-checkout-dir:/src -v repo_dir:/repo"
RUN echo 'deb http://http.debian.net/debian wheezy-backports main' > /etc/apt/sources.list.d/wheezy-backports-main.list
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y -t wheezy-backports golang git dpkg-dev dh-golang ruby-ronn reprepro
COPY git-lfs_debian_7.key debian_script.bsh distributions dpkg-package-gpg.bsh /tmp/
CMD /tmp/debian_script.bsh