Skip to content

Commit

Permalink
🤖 Fix golang image not having qemu packages anymore (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored and mauromorales committed Jun 22, 2023
1 parent 5a51099 commit 8dea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8dea661

Please sign in to comment.