about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorWeihang Lo <me@weihanglo.tw>2024-02-16 21:26:37 -0500
committerWeihang Lo <me@weihanglo.tw>2024-02-17 20:41:09 -0500
commitbc2355a34d28c44222b5f6e444b1742c45b43738 (patch)
treea56c3c8ba1a84ab027ee99558aae1db5a243d348 /src/ci/docker
parentbccb9bbb418a30aeb332052e721beb6ebc6b1ce7 (diff)
downloadrust-bc2355a34d28c44222b5f6e444b1742c45b43738.tar.gz
rust-bc2355a34d28c44222b5f6e444b1742c45b43738.zip
Update cargo
perl-core is added for building OpenSSL v3

See https://github.com/openssl/openssl/blob/openssl-3.2.1/NOTES-PERL.md
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile1
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile
index f5274104d60..1704bef1e4e 100644
--- a/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile
@@ -25,6 +25,7 @@ RUN yum upgrade -y && \
       openssl-devel \
       patch \
       perl \
+      perl-core \
       pkgconfig \
       python3 \
       unzip \
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
index 9a2fcb0ce0a..fe84c23a11c 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -25,6 +25,7 @@ RUN yum upgrade -y && \
       openssl-devel \
       patch \
       perl \
+      perl-core \
       pkgconfig \
       python3 \
       unzip \