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

7
Dockerfile.ruby-2.1 Normal file
View file

@ -0,0 +1,7 @@
FROM ruby:2.1
ENV PACKAGES "git-core"
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs