gitlab-build-images/Dockerfile.www-gitlab-com-2.6
Stan Hu 35e722c63d Use Debian Stretch instead of Buster
This is to prevent mismatches between the build and test
images:

https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/27103
2019-08-05 18:46:31 -07:00

10 lines
257 B
Docker

FROM ruby:2.6-slim-stretch
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