diff --git a/Earthfile b/Earthfile index 8d617ac30..527e8ff87 100644 --- a/Earthfile +++ b/Earthfile @@ -789,7 +789,7 @@ run-qemu-netboot-test: ARG VERSION=$(cat VERSION) RUN apt update - RUN apt install -y qemu qemu-utils qemu-system git swtpm && apt clean + RUN apt install -y qemu-utils qemu-system git swtpm && apt clean # This is the IP at which qemu vm can see the host ARG IP="10.0.2.2"