dockerfile-template: Don't pre-import UBL license

Instead, leave it to Tux/LAVA components to do that as needed.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Idb2cfd5bacd16a9de83495650bcae21898723493
diff --git a/dockerfile-template b/dockerfile-template
index ff90406..ebda977 100644
--- a/dockerfile-template
+++ b/dockerfile-template
@@ -43,8 +43,9 @@
         --verbose \
         --destination ${MODEL_DIR}/${MODEL} && rm -f ${MODEL_DIR}/${MODEL}.sh || true
 
-# Setup UBL licensing
-RUN /root/setup-ubl
+# Importing of UBL license is left to LAVA/Tux components.
+## Setup UBL licensing
+#RUN /root/setup-ubl
 
 EXPOSE 22
 ENTRYPOINT ["/usr/sbin/setup-sshd"]