fix: add python3-setuptools to installation dependencies

This commit is contained in:
MickLesk
2026-06-02 15:02:22 +02:00
parent 3c2612b94b
commit 1a5dec4ef0

View File

@@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
libvips-dev \
python3
python3 \
python3-setuptools
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs