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 f37f247 commit 31956e4Copy full SHA for 31956e4
Dockerfile
@@ -1,5 +1,9 @@
1
FROM debian:buster-slim
2
3
+RUN echo "deb http://archive.debian.org/debian/ buster main contrib non-free" > /etc/apt/sources.list && \
4
+ echo "deb http://archive.debian.org/debian-security/ buster/updates main contrib non-free" >> /etc/apt/sources.list && \
5
+ echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid-until
6
+
7
RUN apt-get update && \
8
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
9
wget \
0 commit comments