From f39c7939e51144bd51e3f749442f4fa750a01d1d Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 19 Oct 2025 14:03:49 +0200 Subject: [PATCH] fix: add openssl --- containers/base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/base/Containerfile b/containers/base/Containerfile index 5717114..54d1db3 100644 --- a/containers/base/Containerfile +++ b/containers/base/Containerfile @@ -3,7 +3,7 @@ FROM quay.io/fedora/fedora:43 # === install system packages === RUN dnf update -y && \ dnf copr enable -y atim/lazygit && \ - dnf -y install procps ping bash-completion glibc-langpack-en \ + dnf -y install procps ping bash-completion glibc-langpack-en openssl \ host-spawn dbus-launch \ zoxide git npm neovim awk jq unzip fd-find chafa lazygit