From 6b0f81efc659e600583a26f16413489c831e4f9e Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Thu, 15 Jul 2021 17:07:10 -0700 Subject: [PATCH] Update to latest xe-solutions Signed-off-by: James P. Ketrenos --- templates/ubuntu/05-intel-proxy.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/ubuntu/05-intel-proxy.in b/templates/ubuntu/05-intel-proxy.in index e6c6695..2155189 100644 --- a/templates/ubuntu/05-intel-proxy.in +++ b/templates/ubuntu/05-intel-proxy.in @@ -7,7 +7,8 @@ RUN { \ echo "deb http://linux-ftp.ostc.intel.com/pub/mirrors/${OS_DISTRO} ${suite} ${component}" ; \ done \ done \ -} > /etc/apt/sources.list +} > /dev/null +#/etc/apt/sources.list # Retry downloads up to 100 times to work around linux-ftp issue... RUN echo 'APT::Acquire::Retries "100";' > /etc/apt/apt.conf.d/80-retries