File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,10 @@ FROM archlinux:latest
33LABEL maintainer="Killian Prin-abeil <killian@archimedeos.org>"
44LABEL description="ArchimedeOS Base Container optimisée avec miroirs dynamiques"
55
6- RUN pacman -Syu --noconfirm python-pip || pacman -Syu --noconfirm reflector
7-
8- RUN if command -v pip >/dev/null 2>&1; then \
9- pip install rate-mirrors && \
10- rate-mirrors --concurrency 40 --disable-comments --allow-root --save /etc/pacman.d/mirrorlist arch; \
11- else \
12- reflector --country France,Germany,Netherlands --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist; \
13- fi
6+ RUN pacman -Syu --noconfirm reflector
7+
8+ RUN reflector --country France,Germany,Netherlands --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
9+
1410
1511RUN pacman -Syu --noconfirm && \
1612 pacman -S --noconfirm \
You can’t perform that action at this time.
0 commit comments