From 056b5035071148818c45898504ed1d6d5aec7709 Mon Sep 17 00:00:00 2001 From: Nicolai Date: Tue, 17 Mar 2026 19:25:06 +0100 Subject: [PATCH] =?UTF-8?q?zur=C3=BCck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31d6b51..f535d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ WORKDIR /app -# Use HTTPS mirrors so apt works even if HTTP (port 80) is blocked in the network. -RUN sed -i 's|http://deb.debian.org|https://deb.debian.org|g' /etc/apt/sources.list \ - && sed -i 's|http://security.debian.org|https://security.debian.org|g' /etc/apt/sources.list \ - && apt-get update \ + RUN apt-get update \ && apt-get install -y --no-install-recommends libgomp1 \ && rm -rf /var/lib/apt/lists/*