We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ebb78 commit fb58e8cCopy full SHA for fb58e8c
docker/manylinux2010-i686-rust-nightly/Dockerfile
@@ -23,4 +23,5 @@ ENV USER root
23
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host i686-unknown-linux-gnu \
24
&& rustup toolchain install nightly \
25
&& rustup default nightly \
26
- && pip install maturin
+ && pip install maturin \
27
+ && cargo install cargo-deb cargo-rpm
docker/manylinux2010-x64-rust-nightly/Dockerfile
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
0 commit comments