Skip to content

remove glibc-headers + kernel-headers #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/redhat-8/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
diffutils bzip2

# Patch security updates
microdnf -y --nodocs update gnutls kernel-headers libdnf librepo libnghttp2 nettle \
microdnf -y --nodocs update gnutls libdnf librepo libnghttp2 nettle \
libpwquality libxml2 systemd-libs lz4-libs curl \
rpm rpm-libs sqlite-libs cyrus-sasl-lib vim expat \
openssl-libs xz-libs zlib libsolv file-libs pcre \
Expand Down Expand Up @@ -79,7 +79,7 @@ ldconfig
microdnf remove -y make gcc openssl-devel bzip2-devel findutils glibc-devel cpp binutils \
keyutils-libs-devel krb5-devel libcom_err-devel libffi-devel libcurl-devel \
libselinux-devel libsepol-devel libssh-devel libverto-devel libxcrypt-devel \
ncurses-devel pcre2-devel zlib-devel diffutils bzip2
ncurses-devel pcre2-devel zlib-devel diffutils bzip2 glibc-headers kernel-headers
microdnf clean all

groupadd sudo
Expand All @@ -90,4 +90,4 @@ echo "

# Clean
microdnf clean all
rm -rf /install.sh /anaconda-post.log /var/log/anaconda/*
rm -rf /install.sh /anaconda-post.log /var/log/anaconda/*
2 changes: 1 addition & 1 deletion base/redhat-9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ldconfig
# Cleanup
microdnf remove -y make gcc openssl-devel findutils glibc-devel cpp \
libffi-devel libcurl-devel libssh-devel libxcrypt-devel \
ncurses-devel zlib-devel
ncurses-devel zlib-devel glibc-headers kernel-headers
microdnf clean all

# Enable busybox symlinks
Expand Down