Adding docker cache to UI containers

Change-Id: Ie5a8a69f4e037ec110a57ea938335e0c4e47f8a7
diff --git a/common/Makedefs b/common/Makedefs
index 72a4654..eb72299 100644
--- a/common/Makedefs
+++ b/common/Makedefs
@@ -1,6 +1,8 @@
 # common/Makedefs
 # Defines commonly used Makefile variables
 
+NO_DOCKER_CACHE      ?= false
+
 COMMON_DIR           ?= $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
 CONFIG_DIR           ?= $(COMMON_DIR)