BUG 906 Stage3 job cannot find updated RO package version

Change-Id: Iee150272546e6f5aa0896aa7e43d4e264db96719
Signed-off-by: madavi <jm00553988@techmahindra.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index 34ab127..8b2cee6 100644
--- a/docker/LCM/Dockerfile
+++ b/docker/LCM/Dockerfile
@@ -39,7 +39,7 @@
 
 RUN apt-get update && apt-get -y install curl software-properties-common
 
-RUN apt-get install -y git make python3 \
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make python3 \
     python3-pip python3-pymongo python3-aiohttp \
     python3-all python3-setuptools openssh-client libffi-dev libssl-dev \
     python3-bitarray python3-regex python3-lxml dh-python wget tox \