summarylogtreecommitdiffstats
path: root/Dockerfile
blob: e74d734d90ea537e25a2fd53f7ecd53d3a767870 (plain)
1
2
3
4
5
FROM archlinux:base-devel

RUN pacman --noconfirm -Sy fakeroot binutils make git

RUN mkdir -p /home/build && chmod 777 /home/build