Fix for Bug 1626: Build failed due to upstream dependency not found
[osm/devops.git] / docker / LCM / Dockerfile
index 6cb51a2..abd437a 100644 (file)
@@ -24,13 +24,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     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 \