cri-o: add conntrack-tools to wrapper

This commit is contained in:
Sandro Jäckel 2023-01-27 23:25:56 +01:00
parent 7d03f1aa9f
commit 8ae1412f8e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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