summaryrefslogtreecommitdiff
path: root/ci/i386/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/i386/Dockerfile')
-rw-r--r--ci/i386/Dockerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/i386/Dockerfile b/ci/i386/Dockerfile
deleted file mode 100644
index 6c53d14b..00000000
--- a/ci/i386/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM i386/ubuntu:latest
-
-ENV USER root
-
-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
-RUN /root/.cargo/bin/cargo install cargo-deb