fix: Use python3 (libs) from updates

This commit is contained in:
RJ Trujillo 2023-12-27 13:49:00 -07:00
parent 09a310268d
commit 8fccc160f0

View File

@ -122,6 +122,12 @@ RUN rpm-ostree override replace \
gstreamer1-plugin-libav \
gstreamer1-plugins-ugly-free \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
python3 \
python3-libs \
|| true && \
rpm-ostree override remove \
glibc32 \
|| true