semaphore: pass allow-releaseinfo-change to apt-get

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929248
This commit is contained in:
Evgeny Vereshchagin 2019-07-07 18:17:17 +02:00
parent c38d2d4d59
commit 24e4b4a199
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ create_container() {
sed 's/^deb/deb-src/' /etc/apt/sources.list >> /etc/apt/sources.list.d/sources.list
# wait until online
while [ -z "\$(ip route list 0/0)" ]; do sleep 1; done
apt-get -q update
apt-get -q --allow-releaseinfo-change update
apt-get -y dist-upgrade
apt-get install -y eatmydata
EOF