n8n: add build-essential to update dependencies (#12795)

This commit is contained in:
CanbiZ (MickLesk) 2026-03-12 09:11:14 +01:00 committed by GitHub
parent c9f7453222
commit 00be37a151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ function update_script() {
exit
fi
ensure_dependencies graphicsmagick
ensure_dependencies build-essential python3-setuptools graphicsmagick
NODE_VERSION="24" setup_nodejs
msg_info "Updating n8n"