mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-18 12:33:56 +00:00
update base image
This commit is contained in:
@@ -20,5 +20,37 @@
|
|||||||
'libxrandr2',
|
'libxrandr2',
|
||||||
'libxss1',
|
'libxss1',
|
||||||
'libxtst6',
|
'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",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon src/index.ts",
|
"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": [],
|
"keywords": [],
|
||||||
"author": "Andres",
|
"author": "Andres",
|
||||||
|
|||||||
Reference in New Issue
Block a user