Feature 10239: Distributed VCA

Add the following commands to the OSM Client:
 - osm vca-add
 - osm vca-delete
 - osm vca-update
 - osm vca-list
 - osm vca-show
Other changes:
 - Add the --vca argument in the osm vim-create command, to be able to
associate a vca with a VIM
Depends on: https://osm.etsi.org/gerrit/#/c/osm/NBI/+/10574/

Change-Id: I1d322745d16c5ade27444be5afd37904f7306c5c
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/Dockerfile b/Dockerfile
index 99a85a0..1a95764 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,3 +39,6 @@
     libcurl4-openssl-dev \
     libssl-dev \
     wget
+
+ENV LC_ALL C.UTF-8
+ENV LANG C.UTF-8
\ No newline at end of file