bump packages/sources and increase timeout
This commit is contained in:
parent
b54b103009
commit
1642587af3
|
@ -54,6 +54,7 @@ ENTRYPOINT ["/usr/local/bin/fixuid", "-q"]
|
|||
## Install packages from packages.list with retry
|
||||
ADD config/container/sources.list /etc/apt/sources.list
|
||||
ADD config/container/packages.list /etc/apt/packages.list
|
||||
run echo 'Acquire::http::Timeout "30";' >> /etc/apt/apt.conf.d/99apt.conf
|
||||
RUN echo ' \
|
||||
set -e; \
|
||||
apt-get update; \
|
||||
|
|
|
@ -948,8 +948,22 @@ publicsuffix=20190415.1030-1
|
|||
pxlib1=0.6.7-1
|
||||
python=2.7.16-1
|
||||
python-apt-common=1.8.4.1
|
||||
python-asn1crypto=0.24.0-1
|
||||
python-certifi=2018.8.24-1
|
||||
python-cffi-backend=1.12.2-1
|
||||
python-chardet=3.0.4-3
|
||||
python-cryptography=2.6.1-3+deb10u2
|
||||
python-enum34=1.1.6-2
|
||||
python-idna=2.6-1
|
||||
python-ijson=2.3-2
|
||||
python-ipaddress=1.0.17-1
|
||||
python-matplotlib-data=3.0.2-2
|
||||
python-minimal=2.7.16-1
|
||||
python-openssl=19.0.0-1
|
||||
python-pkg-resources=40.8.0-1
|
||||
python-requests=2.21.0-1
|
||||
python-six=1.12.0-1
|
||||
python-urllib3=1.24.1-1
|
||||
python2=2.7.16-1
|
||||
python2-minimal=2.7.16-1
|
||||
python2.7=2.7.16-2+deb10u1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
deb http://snapshot.debian.org/archive/debian/20200723T000000Z buster main
|
||||
deb http://snapshot.debian.org/archive/debian-security/20200723T000000Z buster/updates main
|
||||
deb http://snapshot.debian.org/archive/debian/20200723T000000Z buster-updates main
|
||||
deb http://snapshot.debian.org/archive/debian/20200724T000000Z buster main
|
||||
deb http://snapshot.debian.org/archive/debian-security/20200724T000000Z buster/updates main
|
||||
deb http://snapshot.debian.org/archive/debian/20200724T000000Z buster-updates main
|
||||
|
|
Loading…
Reference in New Issue