From 9a69c8fe16123857c82f92aeb1c648836baa5e09 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:10:57 -0500 Subject: [PATCH] [6.14.z] updating the fedora image to 38 as latest using python 3.12 (#13075) updating the fedora image to 38 as latest using python 3.12 (cherry picked from commit 5f0c2b0520d54a02cbae97a756b3a6c287cb85a6) Co-authored-by: omkarkhatavkar --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de7b12ac71d..2b88a306431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora +FROM fedora:38 MAINTAINER https://github.com/SatelliteQE RUN dnf install -y gcc git make cmake libffi-devel openssl-devel python3-devel \ @@ -6,7 +6,6 @@ RUN dnf install -y gcc git make cmake libffi-devel openssl-devel python3-devel \ COPY / /robottelo/ WORKDIR /robottelo -RUN curl https://raw.githubusercontent.com/SatelliteQE/broker/master/broker_settings.yaml.example -o broker_settings.yaml ENV PYCURL_SSL_LIBRARY=openssl RUN pip install -r requirements.txt