Skip to content

Commit 50c65d6

Browse files
committed
fix: well that was silly
1 parent 1712a57 commit 50c65d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN truncate -s 64M /root/varstore.img
1010
RUN truncate -s 64M /root/efi.img
1111
RUN dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc
1212

13-
RUN qemu-img create -f /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
13+
RUN qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
1414

1515
RUN apk del aavmf
1616

0 commit comments

Comments
 (0)