gitlab-build-images/Dockerfile.www-gitlab-com-2.6
Sean McGivern 33f900fd36 Add a Ruby 2.6 image for www-gitlab-com
Ruby 2.5 will be needed by Middleman 5.
2019-06-07 08:36:28 -07:00

10 lines
249 B
Groff

FROM ruby:2.6-slim
ADD /scripts/ /scripts/
RUN /scripts/install-www-gitlab-com
# 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