initial commit

This commit is contained in:
Kamil Trzcinski 2016-04-15 15:12:27 +02:00
commit aefaed4d90
13 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,6 @@
FROM debian:wheezy
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-git
RUN /scripts/install-ruby