diff --git a/Dockerfile b/Dockerfile index ec4554594811..002ce8992234 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ FROM ubuntu:18.10 RUN apt-get update RUN apt-get install -y openssl RUN apt-get install -y net-tools +RUN apt-get install -y locales +RUN locale-gen en_US.UTF-8 WORKDIR /root/project COPY --from=0 /src/packages/server/cli-linux /usr/local/bin/code-server EXPOSE 8443