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