Skip to content

Commit

Permalink
Pip install createrepo_c for non-s6 base image
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 8, 2024
1 parent 46b6615 commit 28f917d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ RUN dnf -y update && \
dnf -y install libmodulemd-devel && \
dnf -y install libcomps-devel && \
dnf -y install ninja-build && \
dnf -y install 'dnf-command(builddep)' && \
dnf -y install cairo-devel && \
dnf -y install cmake && \
dnf -y install gobject-introspection-devel && \
dnf -y install cairo-gobject-devel && \
dnf -y builddep createrepo_c && \
dnf clean all

RUN pip install --upgrade pip packaging wheel
Expand All @@ -69,7 +67,8 @@ RUN pip install \
python-nginx \
"django-storages[boto3,azure]>=1.12.2" \
"requests[use_chardet_on_py3]" \
pyopenssl && \
pyopenssl \
createrepo_c && \
rm -rf /root/.cache/pip

RUN groupadd -g 700 --system pulp
Expand Down

0 comments on commit 28f917d

Please sign in to comment.