Add image for ruby 2.3.3

This commit is contained in:
Z.J. van de Weg 2016-11-29 13:52:05 +01:00
parent 0bfb3e675f
commit 30688f1b8e
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
FROM ruby:2.3.3
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-node
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8