mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
🤖 Fix golang image not having qemu packages anymore (#1524)
This commit is contained in:
parent
dbaa161fef
commit
b7e030a7ab
@ -795,7 +795,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"
|
||||
|
Loading…
Reference in New Issue
Block a user