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 \
|
git \
|
||||||
locales \
|
locales \
|
||||||
sudo \
|
sudo \
|
||||||
dumb-init
|
dumb-init \
|
||||||
|
vim \
|
||||||
|
curl \
|
||||||
|
wget
|
||||||
|
|
||||||
RUN locale-gen en_US.UTF-8
|
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
|
||||||
|
Reference in New Issue
Block a user