gitlab-build-images/Dockerfile.ruby-2.1-phantomjs2
DJ Mountney ba27de2fd4 Add phantomjs2 images
We want to keep the old images so the current stable and patch releases continue to work.
2016-09-08 21:05:21 +02:00

8 lines
139 B
Text

FROM ruby:2.1
ENV PACKAGES="git-core" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1