gitlab-build-images/Dockerfile.ruby-2.1-git-2.7-phantomjs-2.1
Z.J. van de Weg d5cecaa7dc Start versioning images based on dependency versions
Also this removes the Ruby 2.2 images we don't use anyway.
2016-09-22 17:31:34 +03:00

14 lines
264 B
Groff

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
RUN /scripts/install-git
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