Skip to content

Commit

Permalink
Install 'file' in virt-v2v-stub
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Feb 11, 2024
1 parent 2a1d321 commit 7fe5a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub-images/virt-v2v-stub/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@io_bazel_rules_docker//docker/util:run.bzl", "container_run_and_commit_la
container_run_and_commit_layer(
name = "qemu-img",
commands = [
"dnf -y install qemu-img",
"dnf -y install qemu-img file",
],
image = "@centos-stream-9//image",
)
Expand Down

0 comments on commit 7fe5a04

Please sign in to comment.