Skip to content

Commit

Permalink
Update Dockerfile for x86_64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 8, 2023
1 parent 185a836 commit e007902
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e007902

Please sign in to comment.