Make file discrepancies
Change-Id: Iacb49997383202317cca77de3f861c79b6406e03
diff --git a/Makefile b/Makefile
index f7135bf..eb970c6 100644
--- a/Makefile
+++ b/Makefile
@@ -99,12 +99,9 @@
jenkins-containers: docker-base voltha chameleon ofagent netconf consul registrator
-prod-containers: docker-base voltha chameleon ofagent netconf shovel dashd vcli grafana consul registrator golang envoyd envoy
+prod-containers: docker-base voltha chameleon ofagent netconf shovel dashd vcli grafana consul registrator golang envoyd envoy fluentd
-containers: docker-base voltha chameleon ofagent podder netconf shovel onos tester config-push dashd vcli portainer grafana nginx consul registrator tools golang envoyd envoy
-prod-containers: docker-base voltha chameleon ofagent netconf shovel dashd vcli grafana consul registrator envoy registry fluentd
-
-containers: docker-base voltha chameleon ofagent podder netconf shovel onos tester config-push dashd vcli portainer grafana nginx consul registrator tools envoy fluentd
+containers: docker-base voltha chameleon ofagent podder netconf shovel onos tester config-push dashd vcli portainer grafana nginx consul registrator tools golang envoyd envoy fluentd
docker-base:
docker build -t cord/voltha-base -f docker/Dockerfile.base .