chore: fix WK ubuntu 22 deps on Docker (#14770)
This commit is contained in:
parent
873307a39d
commit
a2e8c17fbf
|
|
@ -503,6 +503,7 @@ export const deps: any = {
|
|||
'libxtst6'
|
||||
],
|
||||
webkit: [
|
||||
'libenchant-2-2',
|
||||
'gstreamer1.0-libav',
|
||||
'gstreamer1.0-plugins-bad',
|
||||
'gstreamer1.0-plugins-base',
|
||||
|
|
@ -642,7 +643,7 @@ export const deps: any = {
|
|||
'libicuuc.so.66': 'libicu70',
|
||||
'libicui18n.so.66': 'libicu70',
|
||||
'libwebp.so.6': 'libwebp6',
|
||||
'libenchant.so.1': 'libenchant-2-2',
|
||||
'libenchant-2.so.2': 'libenchant-2-2',
|
||||
'libx264.so': 'libx264-163',
|
||||
'libvpx.so.7': 'libvpx7'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue