Add client TLS to gRPC server
diff --git a/Dockerfile b/Dockerfile
index 62702f2..6761fe1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,8 @@
     && python3 -m pip install --upgrade pip \
     && python3 -m pip install -U grpcio-tools \
     && python3 -m pip install -U grpclib \
-    && python3 -m pip install -U PyYAML
+    && python3 -m pip install -U PyYAML \
+    && python3 -m pip install -U kubernetes
 
 # Libraries used by the vnf: asyncssh, ansible
 #RUN apt-get update && apt-get install software-properties-common \