summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/wgpu/system-setup.sh
blob: ca7ae0c3c6848ff5b51fcde98f5ec53ed01668d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
apt-get -y update
apt-get install -y \
	bzip2 \
	cmake \
	curl \
	gcc \
	git \
	g++ \
	libx11-dev \
	pkg-config \
	software-properties-common