aboutsummaryrefslogtreecommitdiff
path: root/ci/Dockerfile
blob: 573de9a3ea45cc4a1f895ca227bd1652ec32afaf (plain)
1
2
3
4
5
6
7
FROM ubuntu:latest

ENV USER root

RUN apt-get update && apt-get install -y cmake libfreetype6-dev libfontconfig1-dev curl

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y