2021-03-05 06:01:31 +00:00
|
|
|
FROM localhost/archlinux:fullbase
|
2023-10-26 00:50:08 +00:00
|
|
|
RUN pacman -Sy --noconfirm archlinux-keyring
|
2021-03-05 06:01:31 +00:00
|
|
|
RUN pacman -Suy --noconfirm
|
|
|
|
|
|
|
|
COPY root/etc /etc
|
|
|
|
COPY builder.pgp.pub /
|
|
|
|
|
|
|
|
RUN pacman-key -a /builder.pgp.pub
|
|
|
|
RUN rm -vf /builder.pgp.pub /etc/os-release
|
|
|
|
|
|
|
|
RUN pacman -Sy
|
2023-10-26 00:50:08 +00:00
|
|
|
RUN pacman -Rdd --noconfirm systemd systemd-libs systemd-sysvcompat base
|
2021-03-05 06:01:31 +00:00
|
|
|
RUN pacman -S --noconfirm halt-ubase-git sinit-spark sinit-sysvcompat sinit-tools spark-etc spark-rc ssm ssm-service ssm-services-git systemd-dummy udev-dummy systemd-libs-systemd systemd-libs-udev
|
|
|
|
|
|
|
|
RUN rm -vf /var/cache/pacman/pkg/*
|
|
|
|
RUN pacman -Scc --noconfirm
|