This update provides:
1)  workaround around the build failures. In
summary, it forces the download of some packages during the build
process.
2) update the set of packages that should go inside the vendor
directory
3) Update the dockerfile to use go 1.10

Change-Id: I2bfd090ce0f25b0c10aa214755ae2da7e5384d60
diff --git a/compose/adapters-simulated.yml b/compose/adapters-simulated.yml
index d937974..74ff99c 100644
--- a/compose/adapters-simulated.yml
+++ b/compose/adapters-simulated.yml
@@ -30,6 +30,8 @@
       "--kafka_cluster_port=9092",
       "--core_topic=rwcore",
       "--simulator_topic=simulated_olt",
+      "--kv_store_host=${DOCKER_HOST_IP}",
+      "--kv_store_port=2379",
       "--onu_number=1"
     ]
     networks:
@@ -49,6 +51,8 @@
       "--kafka_cluster_host=${DOCKER_HOST_IP}",
       "--kafka_cluster_port=9092",
       "--core_topic=rwcore",
+      "--kv_store_host=${DOCKER_HOST_IP}",
+      "--kv_store_port=2379",
       "--simulator_topic=simulated_onu",
     ]
     networks: