mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 20:59:30 +00:00
update base image
This commit is contained in:
@@ -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"
|
||||
]
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user