mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-15 17:16:45 +00:00
feat: Add Python and pip packages to setup phase for enhanced functionality
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_22", "openssl", "chromium"]
|
||||
nixPkgs = ["nodejs_22", "openssl", "chromium", "python3", "python3Packages.pip"]
|
||||
aptPkgs = ["ffmpeg", "libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1"]
|
||||
|
||||
[phases.install]
|
||||
cmds = [
|
||||
"npm install -g corepack@latest && corepack enable",
|
||||
"pnpm i --frozen-lockfile",
|
||||
"pip3 install --break-system-packages yt-dlp",
|
||||
"export PATH=/usr/bin:/bin:$PATH"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user