diff --git a/build/Dockerfile.ubuntu20 b/build/Dockerfile.ubuntu20 index 2a25e2f..71eaf44 100644 --- a/build/Dockerfile.ubuntu20 +++ b/build/Dockerfile.ubuntu20 @@ -14,6 +14,7 @@ RUN apt-get update -y \ apt-transport-https \ ca-certificates \ gnupg2 \ + iproute2 \ ## ToDo remove unused packages libgflags-dev \ libsnappy-dev \ diff --git a/build/Dockerfile.ubuntu22 b/build/Dockerfile.ubuntu22 index 1607d7f..1b16a1d 100644 --- a/build/Dockerfile.ubuntu22 +++ b/build/Dockerfile.ubuntu22 @@ -31,6 +31,7 @@ RUN apt-get update \ ca-certificates \ gnupg2 \ software-properties-common \ + iproute2 \ wget \ zip