From a0e885020b38b051dfcaa3730788dbd9a933f8da Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 14 Mar 2023 00:40:18 +0100 Subject: [PATCH] update base image --- nixpacks.toml | 34 +++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 896b8bc..9f61745 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -20,5 +20,37 @@ 'libxrandr2', 'libxss1', 'libxtst6', - 'xdg-utils' + 'xdg-utils', + "libdrm-amdgpu1", + "libdrm-nouveau2", + "libdrm-radeon1", + "libedit2", + "libelf1", + "libfontenc1\nlibgl1", + "libgl1-mesa-dri", + "libglapi-mesa", + "libglvnd0", + "libglx-mesa0", + "libglx0", + "libice6\nlibllvm15", + "libsensors-config", + "libsensors5", + "libsm6", + "libunwind8", + "libxaw7\nlibxcb-dri2-0", + "libxcb-dri3-0", + "libxcb-glx0", + "libxcb-present0", + "libxcb-sync1\nlibxcb-xfixes0", + "libxfont2", + "libxkbfile1", + "libxmu6", + "libxmuu1", + "libxpm4", + "libxshmfence1\nlibxt6", + "libxxf86vm1", + "x11-xkb-utils", + "xauth", + "xfonts-encodings", + "xfonts-utils\nxserver-common" ] \ No newline at end of file diff --git a/package.json b/package.json index 3902991..340aff3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "dev": "nodemon src/index.ts", - "start": "npx playwright install-deps chromium && ts-node-esm src/index.ts" + "start": "npx playwright install-deps chromium --with-deps && ts-node-esm src/index.ts" }, "keywords": [], "author": "Andres",