Archived
1
0

Add common utilities to Dockerfile (#488)

This commit is contained in:
Anmol Sethi 2019-04-11 15:30:21 -05:00 committed by Asher
parent 8f62b2bff2
commit b781ccde9c

View File

@ -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