fix(qemu images): use apt-get
This commit is contained in:
parent
2daa111196
commit
8f34ec0be0
@ -20,9 +20,9 @@ template = '''
|
|||||||
FROM ubuntu:{version}
|
FROM ubuntu:{version}
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt update
|
RUN apt-get update
|
||||||
RUN apt install -y debootstrap qemu-utils
|
RUN apt-get install -y debootstrap qemu-utils
|
||||||
RUN apt install -y linux-image-generic
|
RUN apt-get install -y linux-image-generic
|
||||||
|
|
||||||
ENV TMPDIR=/tmp/ubuntu
|
ENV TMPDIR=/tmp/ubuntu
|
||||||
ENV IMAGEDIR=/tmp/image
|
ENV IMAGEDIR=/tmp/image
|
||||||
|
Loading…
Reference in New Issue
Block a user