From 697fd054fb74db0fe8caf3edb3ed1e458dbca94e Mon Sep 17 00:00:00 2001 From: Tiago Daniel Jacobs Date: Mon, 9 Dec 2019 01:46:31 -0300 Subject: [PATCH] Comment apt cache line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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