diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-12 15:18:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 15:18:37 +0000 |
commit | 73c7f0c48d32ab5dc4b50e14e875306f4ddb6545 (patch) | |
tree | 0c513882d279d216d622d7ad8233a1c9124e07c9 /ci/i386 | |
parent | 77f2d6e853f1ad54e6dc844a811b78daeb463e76 (diff) | |
download | alacritty-73c7f0c48d32ab5dc4b50e14e875306f4ddb6545.tar.gz alacritty-73c7f0c48d32ab5dc4b50e14e875306f4ddb6545.zip |
Remove prebuilt linux binaries
Fixes #3628.
Diffstat (limited to 'ci/i386')
-rw-r--r-- | ci/i386/Dockerfile | 10 |
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 |