gitlab-build-images/Dockerfile.ruby-2.3
Kamil Trzciński fa5751438c Merge branch 'zj-use-ruby-2-3-1' into 'master'
From ruby 2.3.1



See merge request !7
2016-09-08 11:29:59 +00:00

14 lines
283 B
Groff

FROM ruby:2.3.1
ENV PACKAGES="git-core"
ADD / /
RUN /scripts/install-essentials
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN /scripts/install-phantomjs