chore: Always update fontconfig

This commit is contained in:
Kyle Gospodnetich 2024-06-09 10:52:18 -07:00 committed by GitHub
parent 2a8fc70730
commit a9904e6dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,6 +230,11 @@ RUN rpm-ostree override replace \
--from repo=updates \
llvm-libs \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
fontconfig \
|| true && \
rpm-ostree override remove \
glibc32 \
|| true && \