From 2c38d8ec86e59752aab6fd889aa5f25209ebe6fe Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 26 Oct 2023 00:50:08 +0000 Subject: [PATCH] some changes Signed-off-by: fbt --- Containerfile | 3 ++- build | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 4cf7b80..d5d7840 100644 --- a/Containerfile +++ b/Containerfile @@ -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/* diff --git a/build b/build index 065f300..ad28981 100755 --- a/build +++ b/build @@ -1,3 +1,3 @@ #!/bin/sh -podman build --rm -t localhost/spark:latest . +podman build --no-cache --rm -t localhost/spark:latest .