Skip to content

Commit

Permalink
provision: Add default-jre-headless for vnu-jar.
Browse files Browse the repository at this point in the history
This was previously pulled in by yui-compressor.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed Aug 9, 2019
1 parent fb01f22 commit 671844d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/lib/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"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 + [
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# historical commits sharing the same major version, in which case a
# minor version bump suffices.

PROVISION_VERSION = '46.2'
PROVISION_VERSION = '46.3'

0 comments on commit 671844d

Please sign in to comment.