fix(qemu images): fix sources.list
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user