Skip to content

Commit

Permalink
fix: added glibc-headers and glibc-devel to override list (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Feb 1, 2024
1 parent f0f509e commit 473fab7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 473fab7

Please sign in to comment.