We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a23615f + ffe5738 commit b98af80Copy full SHA for b98af80
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ RUN dpkg --add-architecture i386 \
21
&& echo "deb-src http://archive.debian.org/debian/ buster main" > /etc/apt/sources.list.d/deb-src.list \
22
&& echo 'Dpkg::Use-Pty "0";\nquiet "2";\nAPT::Install-Recommends "0";' > /etc/apt/apt.conf.d/99autopilot \
23
&& echo 'Acquire::HTTP::No-Cache "True";' > /etc/apt/apt.conf.d/99no-cache \
24
- && apt-get update \
+ && apt-get update -o Acquire::Check-Valid-Until=false \
25
&& apt-get install \
26
build-essential \
27
gcc-multilib \
0 commit comments