Add unzip to nixpacks build deps for puppeteer chrome download
This commit is contained in:
parent
1f6b769ea4
commit
5b84dbdd30
1 changed files with 2 additions and 0 deletions
2
nixpacks.toml
Normal file
2
nixpacks.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[phases.setup]
|
||||||
|
aptPkgs = ["libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1", "chromium", "unzip", "curl", "wget"]
|
||||||
Loading…
Reference in a new issue