Skip to content
Snippets Groups Projects
Commit 356efddb authored by palsus's avatar palsus Committed by sousaedu
Browse files

Fix for Bug 1625: Build failed due to upstream dependency not found


Change-Id: I719c106e6f2fb92c6f00d2f9595715e1a30c7362
Signed-off-by: default avatarpalsus <subhankar.pal@altran.com>
parent fa6cbc17
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -24,16 +24,14 @@ FROM ubuntu:20.04 as INSTALL
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install \
curl=7.68.0-1ubuntu2.5 \
curl=7.68.0-1ubuntu2.6 \
gcc=4:9.3.0-1ubuntu2 \
python3=3.8.2-0ubuntu2 \
python3-setuptools=45.2.0-1 \
python3-dev=3.8.2-0ubuntu2 && \
python3-dev=3.8.2-0ubuntu2 \
openssh-client=1:8.2p1-4ubuntu0.2 && \
python3 -m easy_install pip==21.0.1
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
openssh-client=1:8.2p1-4ubuntu0.2
ARG PYTHON3_OSM_COMMON_URL
ARG PYTHON3_OSM_MON_URL
ARG PYTHON3_N2VC_URL
......
......@@ -24,7 +24,7 @@ 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 && \
python3 -m easy_install pip==21.0.1
ARG PYTHON3_OSM_COMMON_URL
......
......@@ -18,7 +18,7 @@ FROM ubuntu:18.04
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install \
apt-transport-https=1.6.12ubuntu0.2 \
curl=7.58.0-2ubuntu3.13 \
curl=7.58.0-2ubuntu3.14 \
gnupg2=2.2.4-1ubuntu1.4 \
nginx=1.14.0-0ubuntu1.9 \
software-properties-common=0.96.24.32.14 \
......
......@@ -21,7 +21,7 @@ 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 && \
python3 -m easy_install pip==21.0.1
ARG PYTHON3_OSM_COMMON_URL
......
......@@ -24,16 +24,14 @@ FROM ubuntu:20.04 as INSTALL
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install \
curl=7.68.0-1ubuntu2.5 \
curl=7.68.0-1ubuntu2.6 \
gcc=4:9.3.0-1ubuntu2 \
python3=3.8.2-0ubuntu2 \
python3-setuptools=45.2.0-1 \
python3-dev=3.8.2-0ubuntu2 && \
python3-dev=3.8.2-0ubuntu2 \
mysql-client-core-8.0=8.0.26-0ubuntu0.20.04.2 && \
python3 -m easy_install pip==21.0.1
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
mysql-client-core-8.0=8.0.25-0ubuntu0.20.04.1
ARG PYTHON3_OSM_COMMON_URL
ARG PYTHON3_OSM_POLICY_MODULE_URL
......
......@@ -24,12 +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 && \
curl=7.58.0-2ubuntu3.14 \
genisoimage=9:1.1.11-3ubuntu2 \
netbase=5.4 && \
python3 -m easy_install pip==21.0.1
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
genisoimage=9:1.1.11-3ubuntu2 netbase=5.4
ARG PYTHON3_OSM_COMMON_URL
ARG PYTHON3_OSM_NG_RO_URL
ARG PYTHON3_OSM_RO_PLUGIN_URL
......
......@@ -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
......
......@@ -23,16 +23,14 @@ 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 \
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment