builder/autobuilder/Containerfile
fbt b42e62d9d6 Fleshless mirrorlist
Signed-off-by: fbt <fbt@fleshless.org>
2022-12-16 13:09:53 +00:00

11 lines
200 B
Docker

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