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 && \
|
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
|
||||||
|
|
Loading…
Reference in a new issue