Update Dockerfile (#327)

This commit is contained in:
James Peters 2019-03-28 04:34:34 +13:00 committed by Kyle Carberry
parent def4104c53
commit 3331f9b28d

View File

@ -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"]