enhance(scripts/Dockerfile): upgrade ubuntu version

Ubuntu 21.10 reached its end of life.
This commit is contained in:
Leonid Pliushch 2022-07-23 12:12:58 +03:00
parent 3afdf69391
commit 314c6a8aff
No known key found for this signature in database
GPG Key ID: 268047C7D92B9FF0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# docker push termux/package-builder
# This is done after changing this file or any of the
# scripts/setup-{ubuntu,android-sdk}.sh setup scripts.
FROM ubuntu:21.10
FROM ubuntu:22.04
# Fix locale to avoid warnings:
ENV LANG en_US.UTF-8

View File

@ -152,7 +152,7 @@ PACKAGES+=" luajit"
PACKAGES+=" bc"
# Java.
PACKAGES+=" openjdk-8-jdk openjdk-16-jdk"
PACKAGES+=" openjdk-8-jdk openjdk-18-jdk"
# needed by ovmf
PACKAGES+=" libarchive-tools"