Skip to content

Commit

Permalink
Merge pull request #19926 from ricardobranco777/libcriu2
Browse files Browse the repository at this point in the history
containers: Add missing libcriu2 dependency
  • Loading branch information
ricardobranco777 authored Aug 10, 2024
2 parents cdb4545 + 45b6e7e commit 1130d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/podman_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sub run {
enable_modules if is_sle;

# Install tests dependencies
my @pkgs = qw(aardvark-dns catatonit gpg2 jq make netavark openssl podman sudo systemd-container);
my @pkgs = qw(aardvark-dns catatonit gpg2 jq libcriu2 make netavark openssl podman sudo systemd-container);
push @pkgs, qw(apache2-utils buildah go) unless is_sle_micro;
push @pkgs, qw(python3-PyYAML) unless is_sle_micro('>=6.0');
push @pkgs, qw(skopeo) unless is_sle_micro('<5.5');
Expand Down

0 comments on commit 1130d1c

Please sign in to comment.