cri-o: add conntrack-tools to wrapper

This commit is contained in:
Sandro Jäckel
2023-04-15 01:15:46 +02:00
parent 7d03f1aa9f
commit 8ae1412f8e
@@ -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