set LANG and LC
This commit is contained in:
parent
3d386f19c7
commit
db119b0db0
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ RUN apk add --no-cache \
|
||||||
openssh \
|
openssh \
|
||||||
vim \
|
vim \
|
||||||
zsh
|
zsh
|
||||||
|
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
||||||
ADD zshrc /root/.zshrc
|
ADD zshrc /root/.zshrc
|
||||||
CMD zsh
|
CMD zsh
|
||||||
|
|
Loading…
Reference in a new issue