File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11FROM archlinux:latest
2- RUN echo 'Server = http://mirrors.cat.net/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist \
3- && echo 'nameserver 1.1.1.1 ' > /etc/resolv.conf
4- RUN echo
2+ RUN echo -n > /etc/pacman.d/mirrorlist
3+ RUN echo 'Server = http://mirrors.cat.net/archlinux/$repo/os/$arch ' >> /etc/pacman.d/mirrorlist
4+ RUN echo 'Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
55RUN pacman -Syyu --noconfirm
6- RUN pacman -S archiso git arch-install-scripts sudo qt5-base cmake ninja base-devel --noconfirm
6+ RUN pacman -S --noconfirm git sudo python3 \
7+ base-devel cmake ninja qt5-base \
8+ archiso arch-install-scripts pyalpm
79RUN pacman-key --init
810COPY . /alterlinux
911WORKDIR /alterlinux
You can’t perform that action at this time.
0 commit comments