Skip to content
Snippets Groups Projects
Verified Commit 35337f04 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Added node-phantomjs dockerfile for projects like droplab, with no need for git or ruby

parent ba95510c
No related branches found
No related tags found
1 merge request!23Added node-phantomjs dockerfile for projects like droplab, with no need for git or ruby
FROM node:alpine
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment