Skip to content
Snippets Groups Projects
Commit 2361e6d1 authored by Administrator's avatar Administrator
Browse files

apt: switch to a mirror closer to the build machine

parent d4934e4f
No related branches found
No related tags found
No related merge requests found
Pipeline #64 passed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment