chore: Always update libX11-xcb

This commit is contained in:
Kyle Gospodnetich 2024-08-03 07:37:08 -07:00
parent af02155318
commit 72b983d8ff

View File

@ -143,6 +143,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--from repo=updates \
libdrm \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libX11-xcb \
|| true && \
rpm-ostree override remove \
glibc32 \
|| true && \