From 32bc3df2806a6ffa2119ea5a145a26d63dca3956 Mon Sep 17 00:00:00 2001
From: Neil McKee <neil.mckee@inmon.com>
Date: Mon, 11 Sep 2023 22:30:11 -0700
Subject: [PATCH] add debug option

---
 agent-cuda-11-7/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agent-cuda-11-7/Dockerfile b/agent-cuda-11-7/Dockerfile
index 5ea2438..4e95ac4 100644
--- a/agent-cuda-11-7/Dockerfile
+++ b/agent-cuda-11-7/Dockerfile
@@ -30,4 +30,4 @@ COPY --from=gobuilder /usr/sbin/hsflowd_containerd /usr/sbin/hsflowd_containerd
 COPY --from=builder /usr/sbin/hsflowd /usr/sbin/hsflowd
 COPY --from=builder /etc/hsflowd.conf /etc/hsflowd.conf
 COPY --from=builder /etc/hsflowd/modules/* /etc/hsflowd/modules/
-CMD /usr/sbin/hsflowd -m `uuidgen` -d -D /var/log/hsflowd.log
+CMD /usr/sbin/hsflowd -m `uuidgen` -d -D /var/log/hsflowd.log -F /etc/hsflowd.debug
-- 
GitLab