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