Skip to content

Commit

Permalink
Install qemu-user-static
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 27, 2024
1 parent 3e6037c commit 2ab9558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/providers/firecracker/cloud_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ add-apt-repository \
$(lsb_release -cs) \
stable"
apt update
apt install docker-ce docker-ce-cli containerd.io -y
# https://github.com/docker/setup-qemu-action/issues/67
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin qemu-user-static -y
echo \
"{
\"metrics-addr\" : \"0.0.0.0:9323\",
Expand Down

0 comments on commit 2ab9558

Please sign in to comment.