From dfe2aad1a80c41e673e526453c0daef7e53c8e3e Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 1 Sep 2021 12:07:11 +0100 Subject: [PATCH] build,test: add python-is-python3 to ubuntu 20.04 dockerfiles Signed-off-by: Stewart X Addison --- ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2 | 1 + .../roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2 b/ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2 index 09a0dc94d..5e52c9337 100644 --- a/ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2 +++ b/ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2 @@ -21,6 +21,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \ openjdk-8-jre-headless \ curl \ python3-pip \ + python-is-python3 \ libfontconfig1 RUN pip3 install tap2junit diff --git a/ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2 b/ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2 index f17290066..493715605 100644 --- a/ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2 +++ b/ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2 @@ -24,6 +24,7 @@ RUN apt-get update && apt-get install apt-utils -y && \ pkg-config \ curl \ python3-pip \ + python-is-python3 \ libfontconfig1 RUN pip3 install tap2junit