some changes
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
2c58226366
commit
2c38d8ec86
|
@ -1,4 +1,5 @@
|
||||||
FROM localhost/archlinux:fullbase
|
FROM localhost/archlinux:fullbase
|
||||||
|
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||||
RUN pacman -Suy --noconfirm
|
RUN pacman -Suy --noconfirm
|
||||||
|
|
||||||
COPY root/etc /etc
|
COPY root/etc /etc
|
||||||
|
@ -8,7 +9,7 @@ RUN pacman-key -a /builder.pgp.pub
|
||||||
RUN rm -vf /builder.pgp.pub /etc/os-release
|
RUN rm -vf /builder.pgp.pub /etc/os-release
|
||||||
|
|
||||||
RUN pacman -Sy
|
RUN pacman -Sy
|
||||||
RUN pacman -Rdd --noconfirm systemd systemd-libs systemd-sysvcompat
|
RUN pacman -Rdd --noconfirm systemd systemd-libs systemd-sysvcompat base
|
||||||
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 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 rm -vf /var/cache/pacman/pkg/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user