summaryrefslogtreecommitdiff
path: root/ci/i386
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-17 21:22:10 +0000
committerGitHub <noreply@github.com>2019-06-17 21:22:10 +0000
commita39459ece2e285f58ce241f8037a1e5fd836877b (patch)
treee91dedf7660efdee8bdc98215bb3cdf985e0c861 /ci/i386
parent3950b5cb2f56e2d9daede84f8a9489ac0252508c (diff)
downloadalacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.tar.gz
alacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.zip
Fix ubuntu deployment
Diffstat (limited to 'ci/i386')
-rw-r--r--ci/i386/Dockerfile3
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