builder/autobuilder/Containerfile
fbt df93a9bd80 fix latest changes
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 11:59:33 +00:00

12 lines
237 B
Docker

ARG BASEIMAGE=localhost/spark
FROM $BASEIMAGE
COPY ./mirrorlist /etc/pacman.d/mirrorlist
COPY gnupg /.gnupg
COPY ./build /build
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Suy --noconfirm base-devel
RUN chmod 700 /.gnupg