Skip to content

Commit

Permalink
updating the fedora image to 38 as latest using python 3.12
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f0c2b0)
  • Loading branch information
omkarkhatavkar authored and web-flow committed Nov 10, 2023
1 parent efc05ad commit da40059
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 da40059

Please sign in to comment.