diff --git a/Dockerfile b/Dockerfile index aef7dc3..c151554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN yum -y install rpm dnf-plugins-core \ python3 \ python3-pip \ python3-pyyaml \ + iproute \ && yum clean all # Upgrade pip to latest version.