Skip to content

Commit

Permalink
clean all from installroot
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2023
1 parent 18f28b2 commit fbb3399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ pub trait ImageCreator {
});
cmd_lib::run_cmd!(
$dnf in -y --releasever=$rel $[extra_args] --installroot $root $[pkgs];
$dnf clean all;
$dnf clean all --installroot $root;
)
.unwrap_or_else(|e| {
error!(?e, "Failed to install packages");
Expand Down

0 comments on commit fbb3399

Please sign in to comment.