update Makefiles to run a docker-compose build before up
diff --git a/xos/configurations/cord-pod/Makefile b/xos/configurations/cord-pod/Makefile
index 878797c..61e9e3d 100644
--- a/xos/configurations/cord-pod/Makefile
+++ b/xos/configurations/cord-pod/Makefile
@@ -2,6 +2,7 @@
 xos: up bootstrap
 
 up:
+	sudo docker-compose build
 	sudo docker-compose up -d
 	../common/wait_for_xos_port.sh 80
 
@@ -77,6 +78,7 @@
 		cat $$CRT >> ../../../containers/xos/local_certs.crt ;\
 		echo "" >> ../../../containers/xos/local_certs.crt ;\
 	done
+	cd ../../../containers/xos; make base
 	cd ../../../containers/xos; make devel
 	cd ../../../containers/synchronizer; make
 
diff --git a/xos/configurations/devel/Makefile b/xos/configurations/devel/Makefile
index e55f38b..86d6a81 100644
--- a/xos/configurations/devel/Makefile
+++ b/xos/configurations/devel/Makefile
@@ -5,6 +5,7 @@
 devstack: upgrade_pkgs common_devstack xos
 
 xos:
+	sudo docker-compose build
 	sudo MYIP=$(MYIP) docker-compose up -d
 	bash ../common/wait_for_xos.sh
 	sudo docker-compose run xos python /opt/xos/tosca/run.py none /opt/xos/configurations/common/fixtures.yaml