fix(docker): add missing dependency to the docker 1.19 (#12124)
The `libxtst6` is required in both amd64 and arm64. Fixes #12075
This commit is contained in:
parent
f15610b874
commit
e6d79a4f10
|
|
@ -294,6 +294,7 @@ export const deps: any = {
|
||||||
'libxi6',
|
'libxi6',
|
||||||
'libxrender1',
|
'libxrender1',
|
||||||
'libxt6',
|
'libxt6',
|
||||||
|
'libxtst6'
|
||||||
],
|
],
|
||||||
webkit: [
|
webkit: [
|
||||||
'gstreamer1.0-libav',
|
'gstreamer1.0-libav',
|
||||||
|
|
@ -646,7 +647,6 @@ deps['ubuntu20.04-arm64'] = {
|
||||||
chromium: [...deps['ubuntu20.04'].chromium],
|
chromium: [...deps['ubuntu20.04'].chromium],
|
||||||
firefox: [
|
firefox: [
|
||||||
...deps['ubuntu20.04'].firefox,
|
...deps['ubuntu20.04'].firefox,
|
||||||
'libxtst6'
|
|
||||||
],
|
],
|
||||||
webkit: [
|
webkit: [
|
||||||
...deps['ubuntu20.04'].webkit,
|
...deps['ubuntu20.04'].webkit,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue