From 061cea64c0ed83e46960c7cb4fff21e0a3d628db Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:27:33 +0700 Subject: [PATCH] update debian to 12 Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 870d601..f0cd9fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM debian:10 +FROM debian:12 -RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && \ - apt update && \ - apt install -y minidlna minissdpd net-tools +RUN apt update && \ + apt install -y minidlna minissdpd net-tools iproute2 COPY --chmod=755 files/start.sh /opt/start.sh