🤖 Fix golang image not having qemu packages anymore (#1524)

This commit is contained in:
Itxaka 2023-06-16 11:56:00 +02:00 committed by GitHub
parent dbaa161fef
commit b7e030a7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"