fix: added glibc-headers and glibc-devel to override list (#729)

This commit is contained in:
Noel Miller 2024-02-01 09:05:19 -06:00 committed by GitHub
parent f0f509eb44
commit 473fab7daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,12 @@ RUN rpm-ostree override replace \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates-archive \
glibc-headers \
glibc-devel \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
glibc \
glibc-common \