From 399d5d4fcc06093941f7bc1040add62958ec2846 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 16 Jun 2025 20:34:43 -0500 Subject: [PATCH] chore: add sysctl to neutron Signed-off-by: Kevin Carter --- ContainerFiles/neutron | 1 + 1 file changed, 1 insertion(+) diff --git a/ContainerFiles/neutron b/ContainerFiles/neutron index 85ae8be..e9fd482 100644 --- a/ContainerFiles/neutron +++ b/ContainerFiles/neutron @@ -82,6 +82,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ libxdp1 \ net-tools \ openssl \ + procps \ radvd \ sudo \ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \