release: Update appimage and docker scripts for new release.

This commit is contained in:
Andrew Hamilton 2020-09-15 12:52:26 +10:00
parent 7c3db5dc87
commit afa6870484
3 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,7 @@ def run_in_container(container, command):
def build_ubuntu():
cmd("sudo debootstrap --components=main,restricted,universe,multiverse "
"eoan ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
"focal ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
run_in_container("ubuntu.part",
"ln -sf /lib/systemd/resolv.conf /etc/resolv.conf")
os.rename("ubuntu.part", "ubuntu")