Merge pull request #633 from ublue-os/python3

fix: Use python3 (libs) from updates
This commit is contained in:
RJ Trujillo 2023-12-27 14:05:03 -07:00 committed by GitHub
commit 91f0301c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,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