diff --git a/agent/Dockerfile b/agent/Dockerfile
index 14db5af26a0836fbb63310edbb9b212542a183dd..d457376b11a98fbbeee0bb16fa3541844647c52b 100644
--- a/agent/Dockerfile
+++ b/agent/Dockerfile
@@ -26,7 +26,10 @@ RUN echo "EXTRAS" && apt-get install -y --no-install-recommends \
     libssl-dev \
     libdbus-1-dev \
     uuid-runtime \
-    dmidecode
+    dmidecode \
+    nano \
+    iproute2 \
+    net-tools
 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