Add image for Ruby 2.4

This commit is contained in:
Z.J. van de Weg 2017-04-23 13:43:13 +02:00
parent e31b493fa2
commit 06e4093a18

View file

@ -0,0 +1,15 @@
FROM ruby:2.4.1
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-node
RUN /scripts/install-golang
RUN /scripts/install-postgresql
ENV PATH /usr/local/go/bin:$PATH
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