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