From f303e89f3f2af102f021b50cd80f039e4e86759d Mon Sep 17 00:00:00 2001 From: "preethika.p" Date: Tue, 25 Jan 2022 05:09:58 +0000 Subject: [PATCH] Updating Dockerfile.local to align latest Bug-1849 Change-Id: I188fa8e7cbbd3ae5a02523c7ba68ffe2af870bb8 Signed-off-by: preethika.p --- Dockerfile.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.local b/Dockerfile.local index 6a6bef56..36a53eef 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -14,7 +14,7 @@ # under the License. ############################################################################ -FROM ubuntu:18.04 as INSTALL +FROM ubuntu:20.04 as INSTALL WORKDIR /build @@ -82,13 +82,13 @@ RUN python3 -m build /build/RO-SDN-juniper_contrail && \ RUN python3 -m build /build/RO-VIM-gcp && \ python3 -m pip install /build/RO-VIM-gcp/dist/*.whl -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages -COPY --from=INSTALL /usr/local/lib/python3.6/dist-packages /usr/local/lib/python3.6/dist-packages +COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage COPY --from=INSTALL /etc/protocols /etc/protocols -- 2.17.1