provision: Add libfontconfig1 to bionic apt dependencies.

This commit is contained in:
Sampriti Panda
2018-05-23 07:14:29 +05:30
committed by Tim Abbott
parent ec4e5e73ab
commit 51c71fd3fd

View File

@@ -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 = {