some changes

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 00:50:08 +00:00
parent 2c58226366
commit 2c38d8ec86
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM localhost/archlinux:fullbase
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Suy --noconfirm
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 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 rm -vf /var/cache/pacman/pkg/*

2
build
View File

@ -1,3 +1,3 @@
#!/bin/sh
podman build --rm -t localhost/spark:latest .
podman build --no-cache --rm -t localhost/spark:latest .