Update docker image to Ubuntu 20.04

This commit is contained in:
Fredrik Fornwall 2020-05-05 19:34:34 +02:00
parent c2beebe445
commit 36ef3dcba8
3 changed files with 4 additions and 4 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:19.10
FROM ubuntu:20.04
# Fix locale to avoid warnings:
ENV LANG en_US.UTF-8

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os, sys
import sys
def get_pkg_hash_from_Packages(Packages_file, package, version, hash="SHA256"):
with open(Packages_file, 'r') as Packages:

View File

@ -131,7 +131,7 @@ PACKAGES+=" gtk-3-examples"
PACKAGES+=" gtk-doc-tools"
PACKAGES+=" itstool"
PACKAGES+=" libgdk-pixbuf2.0-dev"
PACKAGES+=" python-xcbgen"
PACKAGES+=" python3-xcbgen"
PACKAGES+=" xfonts-utils"
# Do not require sudo if already running as root.