diff options
Diffstat (limited to 'ci/i386/Dockerfile')
-rw-r--r-- | ci/i386/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/i386/Dockerfile b/ci/i386/Dockerfile new file mode 100644 index 00000000..c9d3fc15 --- /dev/null +++ b/ci/i386/Dockerfile @@ -0,0 +1,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 |