We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def4104 commit 3331f9bCopy full SHA for 3331f9b
Dockerfile
@@ -30,4 +30,5 @@ RUN locale-gen en_US.UTF-8
30
# We unfortunately cannot use update-locale because docker will not use the env variables
31
# configured in /etc/default/locale so we need to set it manually.
32
ENV LANG=en_US.UTF-8
33
+ENV LC_ALL=en_US.UTF-8
34
ENTRYPOINT ["code-server"]
0 commit comments