gitlab-build-images/Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1
Luke Bennett 45998ee199
Added Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1
Added `install-node` to install node:7.1
2016-11-19 04:30:44 +00:00

11 lines
No EOL
211 B
Groff

FROM ruby:2.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