2014-06-03 11:22:06 +00:00
|
|
|
## gitian-bitcoin-host
|
|
|
|
##
|
|
|
|
## VERSION 0.1.0
|
|
|
|
##
|
2014-06-03 07:50:33 +00:00
|
|
|
|
2014-06-10 22:26:09 +00:00
|
|
|
FROM gdm85/gitian-host-vms
|
2014-06-03 07:50:33 +00:00
|
|
|
|
|
|
|
MAINTAINER Giuseppe Mazzotta "gdm85@users.noreply.github.com"
|
|
|
|
|
2014-12-31 10:20:00 +00:00
|
|
|
RUN aptitude install make -y
|
|
|
|
|
2014-09-22 21:37:04 +00:00
|
|
|
COPY input-sources/ /home/debian/input-sources/
|
|
|
|
COPY bin/build-bitcoin.sh /home/debian/
|
|
|
|
COPY bin/sign.sh /home/debian/
|
2014-06-03 07:50:33 +00:00
|
|
|
|
2014-06-11 12:07:29 +00:00
|
|
|
WORKDIR /home/debian
|
|
|
|
|
|
|
|
RUN chown -R debian.debian input-sources build-bitcoin.sh sign.sh
|