1
0

fix(qemu images): fix sources.list

This commit is contained in:
dump_stack() 2024-10-17 18:24:41 +00:00
parent 8f34ec0be0
commit eb04c74c1b
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -19,6 +19,8 @@ releases = [
template = ''' template = '''
FROM ubuntu:{version} FROM ubuntu:{version}
RUN sed -i 's;http://archive.ubuntu.com/ubuntu;{repository};' /etc/apt/sources.list
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update RUN apt-get update
RUN apt-get install -y debootstrap qemu-utils RUN apt-get install -y debootstrap qemu-utils