This commit is contained in:
parent
3d383bef4c
commit
0834a75809
1 changed files with 16 additions and 16 deletions
32
Dockerfile
32
Dockerfile
|
@ -20,24 +20,24 @@ 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 && \
|
||||
# -y && \
|
||||
# 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
|
||||
|
||||
|
||||
# Automatic updates
|
||||
#RUN systemctl enable rpm-ostreed-automatic.timer && \
|
||||
# systemctl enable flatpak-automatic.timer && \
|
||||
# ostree container commit
|
||||
# ostree container commit
|
||||
|
|
Loading…
Reference in a new issue