chore: Always update libtirpc

This commit is contained in:
Kyle Gospodnetich 2024-01-21 11:09:48 -08:00
parent 992ee014ee
commit fab05418ad

View File

@ -146,6 +146,11 @@ RUN rpm-ostree override replace \
--from repo=updates \ --from repo=updates \
libdecor \ libdecor \
|| true && \ || true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libtirpc \
|| true && \
rpm-ostree override remove \ rpm-ostree override remove \
glibc32 \ glibc32 \
|| true || true