Skip to content

Commit fb58e8c

Browse files
committed
Dockerfiles for builds: add installation of cargo-deb and cargo-rpm
1 parent 02ebb78 commit fb58e8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/manylinux2010-i686-rust-nightly/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ ENV USER root
2323
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-host i686-unknown-linux-gnu \
2424
&& rustup toolchain install nightly \
2525
&& rustup default nightly \
26-
&& pip install maturin
26+
&& pip install maturin \
27+
&& cargo install cargo-deb cargo-rpm

docker/manylinux2010-x64-rust-nightly/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ ENV USER root
2323
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
2424
&& rustup toolchain install nightly \
2525
&& rustup default nightly \
26-
&& pip install maturin
26+
&& pip install maturin \
27+
&& cargo install cargo-deb cargo-rpm

0 commit comments

Comments
 (0)