From f6474a562bb4616d8c794b6d422da2ad37f84f8c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:22:08 +0100 Subject: [PATCH] Fix Alpine IronClaw: add openssl dependency --- install/alpine-ironclaw-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/alpine-ironclaw-install.sh b/install/alpine-ironclaw-install.sh index 17366290..6b88c63a 100644 --- a/install/alpine-ironclaw-install.sh +++ b/install/alpine-ironclaw-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" +$STD apk add openssl +msg_ok "Installed Dependencies" + msg_info "Installing PostgreSQL" $STD apk add postgresql17 postgresql17-openrc postgresql-pgvector postgresql-common rc-service postgresql setup >/dev/null 2>&1