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/tests/Dockerfile b/docker/tests/Dockerfile
index 371430a..3bc0ce9 100644
--- a/docker/tests/Dockerfile
+++ b/docker/tests/Dockerfile
@@ -23,16 +23,14 @@
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 \
gettext-base \
git=1:2.17.1-1ubuntu0.8 \
iputils-ping=3:20161105-1ubuntu3 \
jq=1.5+dfsg-2 \
- libcurl4-openssl-dev=7.58.0-2ubuntu3.13 \
- libssl-dev=1.1.1-1ubuntu2.1~18.04.9
+ 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
ARG OSM_TESTS_URL
ARG PYTHON3_OSM_IM_URL