mirror of
https://github.com/meeb/tubesync.git
synced 2025-04-27 07:46:36 +00:00
Do not use the glibc alias
This commit is contained in:
parent
10e5a72e2c
commit
2b27d1bd1e
@ -26,9 +26,9 @@ ARG TARGETARCH
|
||||
ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
APT_KEEP_ARCHIVES=1 \
|
||||
HOME="/root" \
|
||||
LANGUAGE="en_US.utf8" \
|
||||
LANG="en_US.utf8" \
|
||||
LC_ALL="en_US.utf8" \
|
||||
LANGUAGE="en_US.UTF-8" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LC_ALL="en_US.UTF-8" \
|
||||
TERM="xterm" \
|
||||
# Do not include compiled byte-code
|
||||
PIP_NO_COMPILE=1 \
|
||||
@ -48,7 +48,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
||||
set -x && \
|
||||
apt-get update && \
|
||||
# Install locales
|
||||
LC_ALL='C' LANG='C' LANGUAGE='C' \
|
||||
LC_ALL='C.UTF-8' LANG='C.UTF-8' LANGUAGE='C.UTF-8' \
|
||||
apt-get -y --no-install-recommends install locales && \
|
||||
# localedef -v -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
|
||||
printf -- "en_US.UTF-8 UTF-8\n" > /etc/locale.gen && \
|
||||
|
Loading…
Reference in New Issue
Block a user