Fix for Bug 1626: Build failed due to upstream dependency not found
Change-Id: I719c106e6f2fb92c6f00d2f9595715e1a30c7362
Signed-off-by: palsus <subhankar.pal@altran.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index 6cb51a2..abd437a 100644
--- a/docker/LCM/Dockerfile
+++ b/docker/LCM/Dockerfile
@@ -24,13 +24,11 @@
python3=3.6.7-1~18.04 \
python3-dev=3.6.7-1~18.04 \
python3-setuptools=39.0.1-2 \
- curl=7.58.0-2ubuntu3.13 && \
- python3 -m easy_install pip==21.0.1
-
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+ curl=7.58.0-2ubuntu3.14 \
apt-transport-https=1.6.12ubuntu0.2 \
gnupg2=2.2.4-1ubuntu1.4 \
- openssh-client
+ openssh-client && \
+ python3 -m easy_install pip==21.0.1
RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
&& echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list \