Skip to content

Commit

Permalink
Updated base image and python version in tkltest-ui dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Sinha <[email protected]>
  • Loading branch information
sinha108 committed Sep 30, 2023
1 parent d11bee4 commit 7b0dc83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/tkltestui.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7b0dc83

Please sign in to comment.