Update Dockerfile

This commit is contained in:
Tiago D J 2020-01-10 16:22:52 -03:00 committed by GitHub
parent 0fdac79148
commit 2949376719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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