Fix Alpine IronClaw: add openssl dependency

This commit is contained in:
CanbiZ (MickLesk)
2026-03-27 13:22:08 +01:00
parent c8a481e7fa
commit f6474a562b

View File

@@ -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