Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
No DNF
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk committed Nov 21, 2023
1 parent b4014ca commit 91fa636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM quay.io/fedora/python-311:latest
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 / /satellite6-upgrade/
COPY --chown=1001:0 / /satellite6-upgrade/
WORKDIR /satellite6-upgrade

ENV PYCURL_SSL_LIBRARY=openssl
RUN pip install -r requirements.txt

USER 0
RUN fix-permissions ${APP_ROOT} -P

0 comments on commit 91fa636

Please sign in to comment.