Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 18:58:19 +00:00
parent 0af6624ba1
commit 4c1f7ca076
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,11 @@ COPY ./mirrorlist /etc/pacman.d/mirrorlist
COPY gnupg /.gnupg COPY gnupg /.gnupg
COPY ./build /build COPY ./build /build
# No landlock in containers
RUN sed -ri 's/^#DisableSandboxFilesystem/DisableSandboxFilesystem/' /etc/pacman.conf
RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Suy --noconfirm base-devel nodejs git RUN pacman -Rdd --noconfirm systemd-libs-systemd systemd-libs-udev
RUN pacman -Suy --noconfirm base-devel nodejs git systemd-libs
RUN chmod 700 /.gnupg RUN chmod 700 /.gnupg

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
podman build . -t 'spark:autobuilder' podman build --no-cache . -t 'spark:autobuilder'