Skip to content

Commit 16dbcac

Browse files
authored
n8n: add build-essential as dependency (#6392)
1 parent 0ba9c9d commit 16dbcac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install/n8n-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt-get install -y ca-certificates
17+
$STD apt-get install -y \
18+
ca-certificates \
19+
build-essential
1820
msg_ok "Installed Dependencies"
1921

2022
NODE_VERSION="22" setup_nodejs

0 commit comments

Comments
 (0)