We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ff723 + 862c944 commit e3d9716Copy full SHA for e3d9716
Dockerfile
@@ -20,11 +20,13 @@ FROM ubuntu:18.10
20
WORKDIR /root/project
21
COPY --from=0 /src/packages/server/cli-linux-x64 /usr/local/bin/code-server
22
EXPOSE 8443
23
+
24
RUN apt-get update && apt-get install -y \
25
openssl \
- net-tools
26
-RUN apt-get install -y locales && \
27
- locale-gen en_US.UTF-8
+ net-tools \
+ git \
28
+ locales
29
+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
0 commit comments