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