Flatpaks maybe
Some checks failed
Build And Test / build and push (push) Has been cancelled

This commit is contained in:
Jarkko Toivanen 2024-03-20 20:59:54 +02:00
parent 3d383bef4c
commit 0834a75809
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

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