diff options
author | Holger Pandel <[email protected]> | 2021-02-10 11:37:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-10 10:37:15 +0000 |
commit | bf8c9f53833016e1b9410d2eb3ed0149390975a7 (patch) | |
tree | 6ce3a082917e007cf295730bdf7a796480120197 /Dockerfile | |
parent | 21090519d85bdaa1615d5d5057d37b09368ea5d2 (diff) |
Add QCOW2 build mechanism (#349)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ RUN apt-get -y update && \ git vim parted \ quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \ bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\ - binfmt-support ca-certificates \ + binfmt-support ca-certificates qemu-utils kpartx \ && rm -rf /var/lib/apt/lists/* COPY . /pi-gen/ |