builder/autobuilder/Containerfile
fbt ca73f5eeaf sudo should be dynamic then too
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 06:48:58 +03:00

11 lines
175 B
Docker

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