mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
10 lines
249 B
Docker
10 lines
249 B
Docker
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
|