Fleshless mirrorlist

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2022-12-16 13:09:53 +00:00
parent 99bba5c866
commit b42e62d9d6
2 changed files with 10 additions and 1 deletions

View File

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