Skip to content

Commit

Permalink
mockbuild: always install podman
Browse files Browse the repository at this point in the history
Mock now uses podman for a bootstrap

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
  • Loading branch information
ondrejbudai authored and achilleas-k committed Aug 22, 2023
1 parent 4499356 commit e40fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schutzbot/mockbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fi

# Install requirements for building RPMs in mock.
greenprint "📦 Installing mock requirements"
sudo dnf -y install createrepo_c mock s3cmd
sudo dnf -y install createrepo_c mock s3cmd podman


# Print some data.
Expand Down

0 comments on commit e40fe40

Please sign in to comment.