From 7b0dc837648edbfc4a0e082a7e5bbba98000ec41 Mon Sep 17 00:00:00 2001 From: Saurabh Sinha Date: Sat, 30 Sep 2023 12:59:54 -0400 Subject: [PATCH] Updated base image and python version in tkltest-ui dockerfile Signed-off-by: Saurabh Sinha --- setup/tkltestui.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/tkltestui.Dockerfile b/setup/tkltestui.Dockerfile index 979412af..1a33565c 100644 --- a/setup/tkltestui.Dockerfile +++ b/setup/tkltestui.Dockerfile @@ -1,11 +1,11 @@ -FROM maven:3-eclipse-temurin-11 +FROM maven:3-eclipse-temurin-11-focal # copy from python 3.9 image #COPY --from=python:3.9-slim / / # install python3.9 -RUN apt-get update && apt-get install -y wget unzip gnupg2 libgtk2.0-0 python3.11 python3-pip -RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2 \ +RUN apt-get update && apt-get install -y wget unzip gnupg2 libgtk2.0-0 python3.9 python3-pip +RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2 \ && update-alternatives --config python3 # install google chrome