File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ COPY --from=lvh /usr/bin/lvh /usr/bin/lvh
1919RUN apt-get update --quiet && \
2020 apt-get upgrade --quiet --yes && \
2121 apt-get install --quiet --yes --no-install-recommends \
22- zstd qemu-utils libguestfs-tools linux-image-generic
22+ zstd qemu-utils libguestfs-tools
2323COPY --from=kimg /data/kernels /data/kernels
2424COPY --from=root-images /data/images/complexity-test.qcow2.zst /data/images/complexity-test.qcow2.zst
2525RUN zstd --decompress --rm --threads=0 /data/images/complexity-test.qcow2.zst
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY --from=lvh /usr/bin/lvh /usr/bin/lvh
1818RUN apt-get update --quiet && \
1919 apt-get upgrade --quiet --yes && \
2020 apt-get install --quiet --yes --no-install-recommends \
21- zstd qemu-utils libguestfs-tools linux-image-generic
21+ zstd qemu-utils libguestfs-tools
2222
2323# this might be counter intuitive but without this package (or one of its
2424# subpackage), starting qemu with '-device virtio-net-pci,netdev=usernet' will
You can’t perform that action at this time.
0 commit comments