ci(linux-gnu): install perl-IPC-Cmd to make OpenSSL v3 happy
This commit is contained in:
@@ -1 +1,6 @@
|
||||
FROM rust-i686-unknown-linux-gnu
|
||||
|
||||
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
|
||||
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
|
||||
RUN yum upgrade -y && \
|
||||
yum install -y perl-IPC-Cmd
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
FROM rust-x86_64-unknown-linux-gnu
|
||||
|
||||
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
|
||||
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
|
||||
RUN yum upgrade -y && \
|
||||
yum install -y perl-IPC-Cmd
|
||||
|
||||
Reference in New Issue
Block a user