mirror of https://git.tuxpa.in/a/code-server.git
Add common utilities to Dockerfile (#488)
This commit is contained in:
parent
8f62b2bff2
commit
b781ccde9c
|
@ -24,7 +24,10 @@ RUN apt-get update && apt-get install -y \
|
|||
git \
|
||||
locales \
|
||||
sudo \
|
||||
dumb-init
|
||||
dumb-init \
|
||||
vim \
|
||||
curl \
|
||||
wget
|
||||
|
||||
RUN locale-gen en_US.UTF-8
|
||||
# We unfortunately cannot use update-locale because docker will not use the env variables
|
||||
|
|
Loading…
Reference in New Issue