update base image

This commit is contained in:
andres
2023-03-14 00:40:18 +01:00
parent 6ab61bbe62
commit a0e885020b
2 changed files with 34 additions and 2 deletions

View File

@@ -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"
]

View File

@@ -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",