From 550b8f3be8afd2cc0c2ccecf49f2b658d47bc8d3 Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Sat, 9 Sep 2023 21:17:23 -0700 Subject: [PATCH] Update Dockerfile to add dmidecode package for runtime --- agent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 5e38c7d..3ed468b 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -25,7 +25,8 @@ RUN echo "EXTRAS" && apt-get install -y --no-install-recommends \ libpcap-dev \ libssl-dev \ libdbus-1-dev \ - uuid-runtime + uuid-runtime \ + dmidecode 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 -- GitLab