We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
perl-IPC-Cmd
1 parent 54dd3d0 commit 8f749e7Copy full SHA for 8f749e7
ci/docker/i686-unknown-linux-gnu/Dockerfile
@@ -1 +1,6 @@
1
FROM rust-i686-unknown-linux-gnu
2
+
3
+ # Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
4
+ # See: <https://github.com/sfackler/rust-openssl/issues/1550>
5
+ RUN yum upgrade -y && \
6
+ yum install -y perl-IPC-Cmd
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
FROM rust-x86_64-unknown-linux-gnu
0 commit comments