mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 12:33:53 +00:00
update base image
This commit is contained in:
@@ -20,36 +20,42 @@
|
||||
'libxss1',
|
||||
'libxtst6',
|
||||
'xdg-utils',
|
||||
"libdrm-amdgpu1",
|
||||
"libdrm-nouveau2",
|
||||
"libdrm-radeon1",
|
||||
"libedit2",
|
||||
"libelf1",
|
||||
"libfontenc1libgl1",
|
||||
"libgl1-mesa-dri",
|
||||
"libglapi-mesa",
|
||||
"libglvnd0",
|
||||
"libglx-mesa0",
|
||||
"libglx0",
|
||||
"libice6libllvm15",
|
||||
"libsensors-config",
|
||||
"libsensors5",
|
||||
"libsm6",
|
||||
"libunwind8",
|
||||
"libxaw7libxcb-dri2-0",
|
||||
"libxcb-dri3-0",
|
||||
"libxcb-glx0",
|
||||
"libxcb-present0",
|
||||
"libxcb-sync1libxcb-xfixes0",
|
||||
"libxfont2",
|
||||
"libxkbfile1",
|
||||
"libxmu6",
|
||||
"libxmuu1",
|
||||
"libxpm4",
|
||||
"libxshmfence1libxt6",
|
||||
"libxxf86vm1",
|
||||
"x11-xkb-utils",
|
||||
"xauth",
|
||||
"xfonts-encodings",
|
||||
"xfonts-utilsxserver-common"
|
||||
'libdrm-amdgpu1',
|
||||
'libdrm-nouveau2',
|
||||
'libdrm-radeon1',
|
||||
'libedit2',
|
||||
'libelf1',
|
||||
'libfontenc1',
|
||||
'libgl1',
|
||||
'libgl1-mesa-dri',
|
||||
'libglapi-mesa',
|
||||
'libglvnd0',
|
||||
'libglx-mesa0',
|
||||
'libglx0',
|
||||
'libice6',
|
||||
'libllvm15',
|
||||
'libsensors-config',
|
||||
'libsensors5',
|
||||
'libsm6',
|
||||
'libunwind8',
|
||||
'libxaw7',
|
||||
'libxcb-dri2-0',
|
||||
'libxcb-dri3-0',
|
||||
'libxcb-glx0',
|
||||
'libxcb-present0',
|
||||
'libxcb-sync1',
|
||||
'libxcb-xfixes0',
|
||||
'libxfont2',
|
||||
'libxkbfile1',
|
||||
'libxmu6',
|
||||
'libxmuu1',
|
||||
'libxpm4',
|
||||
'libxshmfence1',
|
||||
'libxt6',
|
||||
'libxxf86vm1',
|
||||
'x11-xkb-utils',
|
||||
'xauth',
|
||||
'xfonts-encodings',
|
||||
'xfonts-utils',
|
||||
'xserver-common'
|
||||
]
|
||||
@@ -139,5 +139,9 @@ bot.on(message('text'), async (ctx) => {
|
||||
|
||||
void bot.launch()
|
||||
|
||||
process.once('SIGINT', () => { bot.stop('SIGINT') })
|
||||
process.once('SIGTERM', () => { bot.stop('SIGTERM') })
|
||||
process.once('SIGINT', () => {
|
||||
bot.stop('SIGINT')
|
||||
})
|
||||
process.once('SIGTERM', () => {
|
||||
bot.stop('SIGTERM')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user