forked from Spark/builder
8 lines
123 B
Docker
8 lines
123 B
Docker
FROM localhost/spark
|
|
RUN pacman -Suy --noconfirm base-devel
|
|
|
|
COPY gnupg /.gnupg
|
|
COPY ./build /build
|
|
|
|
RUN chmod 700 /.gnupg
|