mirror of https://git.tuxpa.in/a/code-server.git
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
|
||||
# configured in /etc/default/locale so we need to set it manually.
|
||||
ENV LANG=en_US.UTF-8
|
||||
ENV LC_ALL=en_US.UTF-8
|
||||
ENTRYPOINT ["code-server"]
|
||||
|
|
Loading…
Reference in New Issue