Flatpaks no workie :(
All checks were successful
Build And Test / build and push (push) Successful in 16m21s
All checks were successful
Build And Test / build and push (push) Successful in 16m21s
This commit is contained in:
parent
0834a75809
commit
876b2dca2e
1 changed files with 16 additions and 15 deletions
31
Dockerfile
31
Dockerfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue