1
0

Update to latest xe-solutions

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2021-07-15 17:07:10 -07:00
parent 4c92457377
commit 6b0f81efc6

View File

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