Unverified Commit 8ae1412f authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

cri-o: add conntrack-tools to wrapper

parent 7d03f1aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, extraPackages ? []
, cri-o
, runc # Default container runtime
, conntrack-tools
, crun # Container runtime (default with cgroups v2 for podman/buildah)
, conmon # Container runtime monitor
, util-linux # nsenter
@@ -17,6 +18,7 @@ let

  binPath = lib.makeBinPath ([
    runc
    conntrack-tools
    crun
    conmon
    util-linux