Update Dockerfile (#327)
This commit is contained in:
parent
def4104c53
commit
3331f9b28d
@ -30,4 +30,5 @@ RUN locale-gen en_US.UTF-8
|
|||||||
# We unfortunately cannot use update-locale because docker will not use the env variables
|
# We unfortunately cannot use update-locale because docker will not use the env variables
|
||||||
# configured in /etc/default/locale so we need to set it manually.
|
# configured in /etc/default/locale so we need to set it manually.
|
||||||
ENV LANG=en_US.UTF-8
|
ENV LANG=en_US.UTF-8
|
||||||
|
ENV LC_ALL=en_US.UTF-8
|
||||||
ENTRYPOINT ["code-server"]
|
ENTRYPOINT ["code-server"]
|
||||||
|
Reference in New Issue
Block a user