From e7ef544f9d7f12dd5cd47be1ec48ab7a8103cd48 Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Wed, 3 Sep 2025 12:23:39 -0400 Subject: [PATCH] Install openssl in built container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 47adc0fc..5e78a6f7 100644 --- a/Containerfile +++ b/Containerfile @@ -18,7 +18,7 @@ RUN mkdir -p /etc/containers/networks # Fast-track osbuild so we don't depend on the "slow" Fedora release process to implement new features in bib RUN dnf install -y dnf-plugins-core \ && dnf copr enable -y @osbuild/osbuild \ - && dnf install -y libxcrypt-compat wget osbuild osbuild-ostree osbuild-depsolve-dnf osbuild-lvm2 \ + && dnf install -y libxcrypt-compat wget osbuild osbuild-ostree osbuild-depsolve-dnf osbuild-lvm2 openssl \ && dnf clean all COPY --from=builder /build/image-builder /usr/bin/