diff --git a/Dockerfile b/Dockerfile index 7c8fb59..4c07ca6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV container docker RUN apt-get update && apt-get install -y netcat # -- Test if we have apt cache running on docker host, if yes, use it. -RUN nc -zv host.docker.internal 3142 &> /dev/null && echo 'Acquire::http::Proxy "http://host.docker.internal:3142";' > /etc/apt/apt.conf.d/01proxy +# 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