From 2949376719d78f745587b70d43aad9e550f06169 Mon Sep 17 00:00:00 2001 From: Tiago D J Date: Fri, 10 Jan 2020 16:22:52 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c07ca6..c8a4205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y netcat # RUN nc -zv host.docker.internal 3142 &> /dev/null && echo 'Acquire::http::Proxy "http://host.docker.internal:3142";' > /etc/apt/apt.conf.d/01proxy # -- Install utils -RUN apt-get update && apt-get install -y wget apt-transport-https +RUN apt-get update && apt-get install -y wget apt-transport-https curl RUN apt-get install -y language-pack-en RUN update-locale LANG=en_US.UTF-8