builder/autobuilder/Containerfile
fbt e8f71b2eb1 why utf-8?
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 07:41:29 +03:00

8 lines
123 B
Docker

FROM localhost/spark
RUN pacman -Suy --noconfirm base-devel
COPY gnupg /.gnupg
COPY ./build /build
RUN chmod 700 /.gnupg