Skip to content

Commit

Permalink
Drop createrepo_c build deps
Browse files Browse the repository at this point in the history
We use the prebuilt wheels nowadays

[noissue]
  • Loading branch information
dralley committed Feb 9, 2024
1 parent cddb0cc commit cb44bff
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ RUN dnf -y module enable nginx:1.22

# glibc-langpack-en is needed to provide the en_US.UTF-8 locale, which Pulp
# seems to need.
#
# The last 5 lines (before clean) are needed until python3-createrepo_c gets an
# RPM upgrade to 0.16.2. Until then, we install & build it from PyPI.
#
# TODO: Investigate differences between `dnf builddep createrepo_c` vs the list
# of dependencies below. For example, drpm-devel.
RUN dnf -y install python3 python3-cryptography python3-devel && \
dnf -y install openssl openssl-devel && \
dnf -y install openldap-devel && \
Expand All @@ -45,15 +39,8 @@ RUN dnf -y install python3 python3-cryptography python3-devel && \
dnf -y install python3-libcomps && \
dnf -y install libpq-devel && \
dnf -y install python3-setuptools && \
dnf -y install swig && \
dnf -y install cmake make swig && /
dnf -y install buildah --exclude container-selinux && \
dnf -y install xz && \
dnf -y install libmodulemd-devel && \
dnf -y install libcomps-devel && \
dnf -y install zchunk-devel && \
dnf -y install ninja-build && \
dnf -y install cairo-devel cmake gobject-introspection-devel cairo-gobject-devel && \
dnf -y install libcurl-devel libxml2-devel sqlite-devel file-devel && \
dnf -y install ostree-libs ostree && \
dnf -y install skopeo && \
dnf -y install podman && \
Expand Down

0 comments on commit cb44bff

Please sign in to comment.