From 2361e6d124c3da584833dd73f15310e5956b019c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Thu, 3 Dec 2020 18:49:53 +0000 Subject: [PATCH] apt: switch to a mirror closer to the build machine --- Dockerfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 30b2a75..4bc6287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,14 @@ # building the Reform system img file. FROM debian:bullseye-slim +RUN sed -i 's|http://deb.|http://ftp.de.|g' /etc/apt/sources.list RUN apt -y update -RUN apt-get -y install sudo gzip libext2fs2 pigz -RUN apt-get -y install bc \ +RUN apt-get -y install +RUN apt-get -y install sudo \ + gzip \ + libext2fs2 \ + pigz \ + bc \ parted \ multistrap \ udisks2 \ -- GitLab