Skip to content

Commit

Permalink
[6.14.z] updating the fedora image to 38 as latest using python 3.12 (#…
Browse files Browse the repository at this point in the history
…13075)

updating the fedora image to 38 as latest using python 3.12

(cherry picked from commit 5f0c2b0)

Co-authored-by: omkarkhatavkar <[email protected]>
  • Loading branch information
Satellite-QE and omkarkhatavkar authored Nov 10, 2023
1 parent 016e19a commit 9a69c8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM fedora
FROM fedora:38
MAINTAINER https://github.com/SatelliteQE

RUN dnf install -y gcc git make cmake libffi-devel openssl-devel python3-devel \
python3-pip redhat-rpm-config which libcurl-devel libxml2-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
Expand Down

0 comments on commit 9a69c8f

Please sign in to comment.