mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Build Ruby 2.7 images for GitLab and www-gitlab-com
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
This commit is contained in:
parent
718f363ee0
commit
b566669f62
2 changed files with 16 additions and 0 deletions
10
Dockerfile.www-gitlab-com-2.7
Normal file
10
Dockerfile.www-gitlab-com-2.7
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM ruby:2.7.0-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
|
||||
Loading…
Add table
Add a link
Reference in a new issue