aboutsummaryrefslogtreecommitdiff
path: root/ci/i386/Dockerfile
blob: c9d3fc15558f85499f8d75b0d034fab766c6fdf6 (plain)
1
2
3
4
5
6
7
8
FROM i386/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
RUN /root/.cargo/bin/rustup default stable-i686-unknown-linux-gnu