gitlab-build-images/Dockerfile.www-gitlab-com-2.7
Balasankar "Balu" C 3096584ce1
Use Debian Buster based Ruby images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-01-02 10:09:32 +05:30

10 lines
258 B
Docker

FROM ruby:2.7.0-slim-buster
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