mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
provision: Add default-jre-headless for vnu-jar.
This was previously pulled in by yui-compressor. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
fb01f2208d
commit
671844d667
@@ -156,6 +156,7 @@ UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
||||
"puppet-lint",
|
||||
"netcat", # Used for flushing memcached
|
||||
"libfontconfig1", # Required by phantomjs
|
||||
"default-jre-headless", # Required by vnu-jar
|
||||
] + VENV_DEPENDENCIES + THUMBOR_VENV_DEPENDENCIES
|
||||
|
||||
COMMON_YUM_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
||||
|
||||
Reference in New Issue
Block a user