mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Use C everywhere
This commit is contained in:
parent
6b2d75fc44
commit
f77e611bdf
15 changed files with 30 additions and 30 deletions
|
|
@ -8,7 +8,7 @@ RUN yum update -y -q \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
RUN localedef -c -f UTF-8 -i en_US C.UTF-8
|
||||
RUN localedef -c -f UTF-8 -i C C.UTF-8
|
||||
|
||||
ENV RUBY_VERSION 2.6.5
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue