gitlab-build-images/Dockerfile.www-gitlab-com-2.4
2018-11-15 09:41:45 -08:00

10 lines
249 B
Groff

FROM ruby:2.4-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