docker image: install openjdk 16

This commit is contained in:
Leonid Pliushch 2021-07-29 16:48:28 +03:00
parent 91f43c03e2
commit 4a85477788
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ PACKAGES+=" npm"
PACKAGES+=" python-yaml"
# Java.
PACKAGES+=" openjdk-8-jdk"
PACKAGES+=" openjdk-8-jdk openjdk-16-jdk"
# needed by ovmf
PACKAGES+=" libarchive-tools"