You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
576 B
Docker

## gitian-bitcoin-host
##
## VERSION 0.1.0
##
FROM gdm85/gitian-host-vms
MAINTAINER Giuseppe Mazzotta "gdm85@users.noreply.github.com"
RUN aptitude install make -y
COPY input-sources/ /home/debian/input-sources/
COPY bin/build-bitcoin.sh /home/debian/
COPY bin/sign.sh /home/debian/
COPY gitian-gbuild.patch /home/debian/
## patch to not attempt removal of build directory (will be a volume)
RUN cd gitian-builder && patch -p1 < ../gitian-gbuild.patch && rm ../gitian-gbuild.patch
WORKDIR /home/debian
RUN chown -R debian.debian input-sources build-bitcoin.sh sign.sh