mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add a Ruby 2.6 image for www-gitlab-com
Ruby 2.5 will be needed by Middleman 5.
This commit is contained in:
parent
b4bed8c5bb
commit
33f900fd36
2 changed files with 12 additions and 0 deletions
10
Dockerfile.www-gitlab-com-2.6
Normal file
10
Dockerfile.www-gitlab-com-2.6
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue