fix(qemu images): fix sources.list
This commit is contained in:
parent
8f34ec0be0
commit
eb04c74c1b
@ -19,6 +19,8 @@ releases = [
|
||||
template = '''
|
||||
FROM ubuntu:{version}
|
||||
|
||||
RUN sed -i 's;http://archive.ubuntu.com/ubuntu;{repository};' /etc/apt/sources.list
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y debootstrap qemu-utils
|
||||
|
Loading…
Reference in New Issue
Block a user