update docker image to Ubuntu 21.04

This commit is contained in:
Lucy Phipps 2021-10-05 15:25:05 +01:00 committed by Henrik Grimler
parent 132923624e
commit bbdaa639f7
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 8 additions and 5 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:20.04
FROM ubuntu:21.04
# Fix locale to avoid warnings:
ENV LANG en_US.UTF-8

View File

@ -132,8 +132,11 @@ PACKAGES+=" patchelf"
# Needed by wrk.
PACKAGES+=" luajit"
# Needed by libduktape (2.5.0 still uses python2 unfortunately)
PACKAGES+=" python-yaml"
# Needed by gitea.
PACKAGES+=" npm"
# Needed by libduktape
PACKAGES+=" bc"
# Java.
PACKAGES+=" openjdk-8-jdk openjdk-16-jdk"
@ -164,8 +167,8 @@ PACKAGES+=" libjansson-dev"
PACKAGES+=" libparse-yapp-perl"
PACKAGES+=" libreadline-dev"
PACKAGES+=" libunistring-dev"
PACKAGES+=" llvm-10-dev"
PACKAGES+=" llvm-10-tools"
PACKAGES+=" llvm-12-dev"
PACKAGES+=" llvm-12-tools"
# Needed by packages in X11 repository.
PACKAGES+=" alex"