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

RUN pacman --noconfirm -Sy fakeroot binutils make
RUN pacman --noconfirm -S \
  libx11 \
  libxres \
  libxcb \
  libxext \
  libxau \
  libxdmcp \
  gamescope \
  vulkan-tools \
  mesa-utils