mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Sets LC_ALL
This commit is contained in:
parent
9aa66a218e
commit
de8252b818
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ RUN \
|
|||
FROM ${BUILD_FROM}
|
||||
|
||||
# Confiure locale
|
||||
ENV LANG=en_US.UTF-8
|
||||
ENV \
|
||||
LANG=en_US.UTF-8 \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue