release: Make appimage and docker versions based on ubuntu jammy
This commit is contained in:
parent
d2bd9eb496
commit
4141b6d06c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
FROM ubuntu:impish
|
FROM ubuntu:jammy
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ def run_in_container(container, command):
|
||||||
|
|
||||||
def build_ubuntu():
|
def build_ubuntu():
|
||||||
cmd("sudo debootstrap --components=main,restricted,universe,multiverse "
|
cmd("sudo debootstrap --components=main,restricted,universe,multiverse "
|
||||||
"impish ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
|
"jammy ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
|
||||||
run_in_container("ubuntu.part", "ln -sf /lib/systemd/resolv.conf /etc/resolv.conf")
|
run_in_container("ubuntu.part", "ln -sf /lib/systemd/resolv.conf /etc/resolv.conf")
|
||||||
os.rename("ubuntu.part", "ubuntu")
|
os.rename("ubuntu.part", "ubuntu")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue