From a0131a8231d1bc45e227859cb8ba8863ae9c0586 Mon Sep 17 00:00:00 2001 From: Franciosi Date: Thu, 29 Apr 2021 18:15:40 -0400 Subject: [PATCH] Update Dockerfile with geoip-bin and ipcalc Update Dockerfile with geoip-bin and ipcalc --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5166d71..e9d96c1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,10 @@ RUN set -ex \ ethtool \ file\ fping \ + geoip-bin \ httpie \ iftop \ + ipcalc \ iperf \ iproute2 \ ipset \