1
0
Fork 0

Flatpaks no workie :(
Build And Test / build and push (push) Successful in 16m21s Details

This commit is contained in:
Jarkko Toivanen 2024-03-21 22:38:02 +02:00
parent 0834a75809
commit 876b2dca2e
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 16 additions and 15 deletions

View File

@ -20,21 +20,22 @@ RUN rpm-ostree install \
rpm-ostree cleanup -m && \ rpm-ostree cleanup -m && \
ostree container commit ostree container commit
RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \ # Flatpak stuff is borked
ostree container commit #RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
RUN flatpak install --system -y flathub \ # ostree container commit
com.bitwarden.desktop \ #RUN flatpak install --system -y flathub \
xyz.armcord.ArmCord \ # com.bitwarden.desktop \
com.discordapp.Discord \ # xyz.armcord.ArmCord \
org.kde.kdenlive \ # com.discordapp.Discord \
#com.spotify.Client \ # org.kde.kdenlive \
org.gimp.GIMP \ # #com.spotify.Client \
com.nextcloud.desktopclient.nextcloud \ # org.gimp.GIMP \
org.libreoffice.LibreOffice \ # com.nextcloud.desktopclient.nextcloud \
org.signal.Signal \ # org.libreoffice.LibreOffice \
org.videolan.VLC && \ # org.signal.Signal \
rpm-ostree cleanup -m && \ # org.videolan.VLC && \
ostree container commit # rpm-ostree cleanup -m && \
# ostree container commit
# Automatic updates # Automatic updates