diff --git a/agent/Dockerfile b/agent/Dockerfile
index 5e38c7df8fecb78f5d1ef88a22663fe33daa6891..3ed468b9dd54fdc19246aa2deba0b6602d8b94c5 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