Skip to content

Commit ffe5738

Browse files
Copilothsbt
andcommitted
Fix missing Check-Valid-Until=false on second apt-get update in builder-buster
Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com>
1 parent 1e1debd commit ffe5738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN dpkg --add-architecture i386 \
2121
&& echo "deb-src http://archive.debian.org/debian/ buster main" > /etc/apt/sources.list.d/deb-src.list \
2222
&& echo 'Dpkg::Use-Pty "0";\nquiet "2";\nAPT::Install-Recommends "0";' > /etc/apt/apt.conf.d/99autopilot \
2323
&& echo 'Acquire::HTTP::No-Cache "True";' > /etc/apt/apt.conf.d/99no-cache \
24-
&& apt-get update \
24+
&& apt-get update -o Acquire::Check-Valid-Until=false \
2525
&& apt-get install \
2626
build-essential \
2727
gcc-multilib \

0 commit comments

Comments
 (0)