mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +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",
|
"puppet-lint",
|
||||||
"netcat", # Used for flushing memcached
|
"netcat", # Used for flushing memcached
|
||||||
"libfontconfig1", # Required by phantomjs
|
"libfontconfig1", # Required by phantomjs
|
||||||
|
"default-jre-headless", # Required by vnu-jar
|
||||||
] + VENV_DEPENDENCIES + THUMBOR_VENV_DEPENDENCIES
|
] + VENV_DEPENDENCIES + THUMBOR_VENV_DEPENDENCIES
|
||||||
|
|
||||||
COMMON_YUM_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
COMMON_YUM_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
|||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = '46.2'
|
PROVISION_VERSION = '46.3'
|
||||||
|
|||||||
Reference in New Issue
Block a user