mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 19:21:24 +00:00
🚑 Fix locales handling
This commit is contained in:
parent
e9797834d2
commit
2332389d70
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,7 @@ FROM ${BUILD_FROM}
|
||||||
# Confiure locale
|
# Confiure locale
|
||||||
ENV \
|
ENV \
|
||||||
LANG=en_US.UTF-8 \
|
LANG=en_US.UTF-8 \
|
||||||
|
LANGUAGE=en_US:en \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
|
@ -41,12 +42,11 @@ RUN \
|
||||||
wget=1.20.1-1.1 \
|
wget=1.20.1-1.1 \
|
||||||
zsh=5.7.1-1 \
|
zsh=5.7.1-1 \
|
||||||
\
|
\
|
||||||
&& locale-gen en_US.UTF-8 \
|
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||||
|
&& locale-gen \
|
||||||
\
|
\
|
||||||
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
||||||
\
|
\
|
||||||
&& locale-gen en_US.UTF-8 \
|
|
||||||
\
|
|
||||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
||||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
||||||
&& curl -J -L -o /tmp/code.tar.gz \
|
&& curl -J -L -o /tmp/code.tar.gz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue