fix latest changes

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 11:59:33 +00:00
parent b42e62d9d6
commit df93a9bd80
2 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,11 @@
ARG BASEIMAGE=localhost/spark
FROM $BASEIMAGE
RUN pacman -Suy --noconfirm base-devel # cache
COPY ./mirrorlist /etc/pacman.d/mirrorlist
COPY gnupg /.gnupg
COPY ./build /build
COPY ./mirrorlist /etc/pacman.d/mirrorlist
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Suy --noconfirm base-devel
RUN chmod 700 /.gnupg

3
autobuilder/build-container Executable file
View File

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