From b781ccde9c596c47c5c99ed1e292a1510cc0b10f Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 11 Apr 2019 15:30:21 -0500 Subject: [PATCH] Add common utilities to Dockerfile (#488) --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8edaf8a9..05d04022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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