mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Use C.UTF-8
We use C.UTF-8 on production, this change unifies usage of C.UTF-8 in all images. Changelog: changed
This commit is contained in:
parent
b6e40a81cd
commit
6b2d75fc44
15 changed files with 40 additions and 40 deletions
|
|
@ -6,10 +6,10 @@ RUN zypper -q -n --gpg-auto-import-keys update \
|
|||
gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale hostname \
|
||||
&& zypper clean -a
|
||||
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
|
||||
RUN localedef -i en_US -f UTF-8 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