mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 19:20:16 +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 \
|
||||
; 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
|
||||
RUN rm /usr/share/applications/shredder.desktop && \
|
||||
rm /usr/share/vulkan/icd.d/lvp_icd.*.json && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user