From 47494848d8cd15a9f06a8b184da86da39ad901ae Mon Sep 17 00:00:00 2001 From: Roy Kaufman Date: Thu, 7 May 2026 14:57:05 +0300 Subject: [PATCH] Add OpenSSL dependencies Signed-off-by: Roy Kaufman --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index bd84e77..ddca249 100644 --- a/Containerfile +++ b/Containerfile @@ -14,5 +14,7 @@ RUN dnf install -y \ openssl-devel \ podman \ rustfmt \ + perl-FindBin \ + perl-core \ && \ dnf clean all