File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM archlinux:latest
22
33LABEL maintainer="Killian Prin-abeil <killian@archimedeos.org>"
4- LABEL description="ArchimedeOS Base Container optimisée avec miroirs dynamiques"
5-
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
94
5+ RUN echo 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist && \
6+ echo 'Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist && \
7+ echo 'Server = https://mirror.umd.edu/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
108
119RUN pacman -Syu --noconfirm && \
1210 pacman -S --noconfirm \
@@ -35,7 +33,7 @@ USER archimede
3533WORKDIR /home/archimede
3634
3735RUN echo 'echo "=== ArchimedeOS Base Container ==="' >> ~/.bashrc && \
38- echo 'echo "Container prêt pour le développement !"' >> ~/.bashrc
36+ echo 'echo "Container prêt pour le développement!"' >> ~/.bashrc
3937
4038EXPOSE 22
4139
You can’t perform that action at this time.
0 commit comments