cri-o: add conntrack-tools to wrapper
This commit is contained in:
parent
7d03f1aa9f
commit
8ae1412f8e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue