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