Fix for Bug 1627: Build failed due to upstream dependency not found
[osm/devops.git] / docker / osmclient / Dockerfile
index f5980ad..7c46007 100644 (file)
@@ -23,13 +23,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 && \
+    curl=7.58.0-2ubuntu3.14 \
+    libcurl4-openssl-dev=7.58.0-2ubuntu3.14 \
+    libssl-dev=1.1.1-1ubuntu2.1~18.04.9 && \
     python3 -m easy_install pip==21.0.1
 
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
-    libcurl4-openssl-dev=7.58.0-2ubuntu3.13 \
-    libssl-dev=1.1.1-1ubuntu2.1~18.04.9
-
 ARG PYTHON3_OSMCLIENT_URL
 ARG PYTHON3_OSM_IM_URL