Zipline fix (#4989)

This commit is contained in:
Slaviša Arežina 2025-06-05 11:57:41 +02:00 committed by GitHub
parent 64c47bd335
commit e8061a9f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,6 @@ setting_up_container
network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
postgresql
msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules
PG_VERSION="16" install_postgresql