aboutsummaryrefslogtreecommitdiff
blob: 3ef67f63a7b01e6b198059d4780e01cac5840fc8 (plain)
1
2
3
4
5
6
7
8
9
10
FROM scratch
MAINTAINER Peter Wilmott <p@p8952.info>
ADD cache/stage3-amd64.tar.bz2 /

RUN mkdir /ruby-tinderbox
ADD bin/* /ruby-tinderbox/
ADD web/lib/packages.py /ruby-tinderbox/
ADD web/lib/deps.py /ruby-tinderbox/

RUN /ruby-tinderbox/provision.sh