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:
Anders Kaseorg
2019-08-08 16:06:42 -07:00
committed by Tim Abbott
parent fb01f2208d
commit 671844d667
2 changed files with 2 additions and 1 deletions

View File

@@ -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 + [

View File

@@ -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'