mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 15:45:17 +00:00
feat: Include Flathub as system flatpakrepo
This commit is contained in:
parent
23dbe0d3bc
commit
0f62f91875
@ -78,6 +78,10 @@ RUN if grep -v "nvidia" <<< "${IMAGE_NAME}"; then \
|
|||||||
rocm-opencl \
|
rocm-opencl \
|
||||||
; fi
|
; fi
|
||||||
|
|
||||||
|
# Add Flathub
|
||||||
|
RUN flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
|
||||||
|
flatpak remote-modify --system flathub --no-filter --title="Flathub (System)"
|
||||||
|
|
||||||
# Cleanup & Finalize
|
# Cleanup & Finalize
|
||||||
RUN rm /usr/share/applications/shredder.desktop && \
|
RUN rm /usr/share/applications/shredder.desktop && \
|
||||||
rm /usr/share/vulkan/icd.d/lvp_icd.*.json && \
|
rm /usr/share/vulkan/icd.d/lvp_icd.*.json && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user