mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
provision: Add libfontconfig1 to bionic apt dependencies.
This commit is contained in:
committed by
Tim Abbott
parent
ec4e5e73ab
commit
51c71fd3fd
@@ -134,6 +134,7 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
|
|||||||
"curl", # Used for fetching PhantomJS as wget occasionally fails on redirects
|
"curl", # Used for fetching PhantomJS as wget occasionally fails on redirects
|
||||||
"netcat", # Used for flushing memcached
|
"netcat", # Used for flushing memcached
|
||||||
"moreutils", # Used for sponge command
|
"moreutils", # Used for sponge command
|
||||||
|
"libfontconfig1", # Required by phantomjs
|
||||||
] + VENV_DEPENDENCIES + THUMBOR_VENV_DEPENDENCIES
|
] + VENV_DEPENDENCIES + THUMBOR_VENV_DEPENDENCIES
|
||||||
|
|
||||||
APT_DEPENDENCIES = {
|
APT_DEPENDENCIES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user