Skip to content

Commit 31956e4

Browse files
authored
Update Dockerfile
- that's what you get from outdated stuff
1 parent f37f247 commit 31956e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM debian:buster-slim
22

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+
37
RUN apt-get update && \
48
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
59
wget \

0 commit comments

Comments
 (0)