summarylogtreecommitdiffstats
path: root/Dockerfile
blob: 00ecb9f1829ae264bb70e64b13efffc599f9649a (plain)
1
2
3
4
5
6
7
8
9
10
FROM archlinux:latest
RUN pacman -Sqy
RUN pacman -Sq --noconfirm base-devel
RUN pacman -Sq --noconfirm git meson zeromq sdl2 capstone libdwarf
RUN useradd --create-home builduser
WORKDIR /home/builduser
USER builduser
COPY PKGBUILD PKGBUILD
RUN makepkg --nobuild
RUN ulimit -n 10000 && makepkg