gitlab-build-images/Dockerfile.ruby-2.1
2016-07-21 15:27:07 +02:00

8 lines
133 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