mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42: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
|
|
@ -3,6 +3,6 @@ FROM ruby:2.7-alpine
|
|||
RUN apk add --update --no-cache build-base cmake git openssh-client openssl-dev
|
||||
|
||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue