@@ -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
|
||||
|
Reference in New Issue
Block a user