diff options
Diffstat (limited to 'ci/i386/Dockerfile')
-rw-r--r-- | ci/i386/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/i386/Dockerfile b/ci/i386/Dockerfile index cdec1ec5..6c53d14b 100644 --- a/ci/i386/Dockerfile +++ b/ci/i386/Dockerfile @@ -2,7 +2,8 @@ FROM i386/ubuntu:latest ENV USER root -RUN apt-get update && apt-get install -y cmake libfreetype6-dev libfontconfig1-dev curl +RUN apt-get update && apt-get install -y cmake libfreetype6-dev libfontconfig1-dev curl python3 \ + libxcb-xfixes0-dev RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN /root/.cargo/bin/rustup default stable-i686-unknown-linux-gnu |