2021-03-06 06:28:11 +00:00
|
|
|
ARG BASEIMAGE=localhost/spark
|
|
|
|
FROM $BASEIMAGE
|
2022-12-16 13:09:53 +00:00
|
|
|
RUN pacman -Suy --noconfirm base-devel # cache
|
2021-03-01 06:38:00 +00:00
|
|
|
|
2021-03-06 03:48:58 +00:00
|
|
|
COPY gnupg /.gnupg
|
2021-02-26 23:50:00 +00:00
|
|
|
COPY ./build /build
|
2021-03-01 12:43:07 +00:00
|
|
|
|
2022-12-16 13:09:53 +00:00
|
|
|
COPY ./mirrorlist /etc/pacman.d/mirrorlist
|
|
|
|
|
2021-03-01 12:43:07 +00:00
|
|
|
RUN chmod 700 /.gnupg
|