We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3356b43 commit c141fa7Copy full SHA for c141fa7
docker/Dockerfile
@@ -1,4 +1,12 @@
1
FROM python:3.11.4-slim-buster
2
+
3
+RUN cat <<EOF > /etc/apt/sources.list
4
+deb http://archive.debian.org/debian buster main contrib
5
+deb http://archive.debian.org/debian-security buster/updates main contrib
6
+deb http://archive.debian.org/debian buster-updates main contrib
7
+EOF
8
+RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99disable-check-valid-until
9
10
RUN : \
11
&& apt-get update \
12
&& DEBIAN_FRONTEND=noninteractive apt-get install \
0 commit comments