mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Use C.UTF-8
This commit is contained in:
parent
dbf11edefc
commit
8bd9fd997e
17 changed files with 60 additions and 64 deletions
|
|
@ -6,6 +6,8 @@ RUN yum update -y -q \
|
|||
gcc gcc-c++ git make curl zlib-devel openssl-devel \
|
||||
&& yum clean all
|
||||
|
||||
# it seems C.UTF-8 is not available in centos-7
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1361965
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue