n8n: add build-essential as dependency (#6392)

This commit is contained in:
CanbiZ 2025-07-30 17:06:26 +02:00 committed by GitHub
parent 0ba9c9dff3
commit 16dbcac3a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,9 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y ca-certificates $STD apt-get install -y \
ca-certificates \
build-essential
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs