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
  • Loading branch information
omkarkhatavkar authored and shweta83 committed Apr 10, 2024
1 parent 5db4213 commit 33f467a
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 33f467a

Please sign in to comment.