Upgrading setuptools to 51.0.0

Some newer packages, in requirements.txt, use the Metadata
version format available in 51.0.0.

Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html#metadata

Change-Id: I2a7c22c2fa42e7111aed462b81f5be9040d0d7f9
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile
index 0f0866a..3b50256 100644
--- a/docker/NBI/Dockerfile
+++ b/docker/NBI/Dockerfile
@@ -25,7 +25,7 @@
     python3-dev=3.6.* \
     python3-setuptools=39.0.* \
     curl=7.58.* && \
-    python3 -m easy_install pip==21.0.1
+    python3 -m easy_install pip==21.0.1 setuptools==51.0.0
 
 ARG PYTHON3_OSM_COMMON_URL
 ARG PYTHON3_OSM_IM_URL