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
|
|
@ -82,9 +82,9 @@ ARG BAZELISK_DOWNLOAD_SHA256
|
|||
RUN if [ -n "$BAZELISK_VERSION" ] ; then /scripts/install-bazelisk $BAZELISK_VERSION $BAZELISK_DOWNLOAD_SHA256; fi
|
||||
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG=en_US.UTF-8 \
|
||||
ENV LANG=C.UTF-8 \
|
||||
LANGUAGE=en_US:en \
|
||||
LC_ALL=en_US.UTF-8
|
||||
LC_ALL=C.UTF-8
|
||||
|
||||
# Set as env variables all versions configured
|
||||
ENV RUBY_VERSION=${RUBY_VERSION} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue