From cd73eabc79728663c344689799800c584b418836 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sat, 30 Mar 2019 23:04:10 -0500 Subject: [PATCH] Add common utilities to Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8edaf8a93875..05d04022d4e0 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