mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
provision: Add dependencies for Chromium used by latest puppeteer.
a51902a870 upgraded the puppeteer version to
3.0.0, which upgraded the Chromium version being used[1]. This version of
Chromium requires a couple of extra libraries to be installed.
[1]: https://github.com/puppeteer/puppeteer/releases/tag/v3.0.0
This commit is contained in:
parent
c87d58bb4f
commit
7a5033852d
@ -131,6 +131,8 @@ COMMON_DEPENDENCIES = [
|
||||
"libgtk-3-0",
|
||||
"libatk-bridge2.0-0",
|
||||
"libx11-xcb1",
|
||||
"libxcb-dri3-0",
|
||||
"libgbm1",
|
||||
"libxss1",
|
||||
"fonts-liberation",
|
||||
"libappindicator1",
|
||||
|
||||
@ -34,4 +34,4 @@ DESKTOP_WARNING_VERSION = "5.0.0"
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '79.1'
|
||||
PROVISION_VERSION = '79.2'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user