summarylogtreecommitdiffstats
path: root/Dockerfile
blob: ba2a0949ae316d1633dc6a89e1d1acf740508fe1 (plain)
1
2
3
4
5
6
7
8
9
10
FROM archlinux:base-devel

RUN pacman --noconfirm -Sy fakeroot binutils make
RUN pacman --noconfirm -Sy \
  rust \
  cmake \
  clang \
  git

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