1
0
Fork 0

Add Dockerfile

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:02:42 +02:00
commit dda4f78043
1 changed files with 40 additions and 0 deletions

40
Dockerfile Normal file
View File

@ -0,0 +1,40 @@
#FROM quay.io/fedora/fedora-kinoite:latest
FROM quay.io/fedora/fedora-sericea:latest
#FROM quay.io/fedora/fedora-coreos:testing-devel
COPY etc /etc
#COPY usr /usr
#RUN rpm-ostree install gnome-shell-extension-appindicator gnome-shell-extension-dash-to-dock yaru-theme && \
# rpm-ostree cleanup -m && \
# dconf update && \
# fc-cache -f /usr/share/fonts/ubuntu && \
# ostree container commit
# Software
RUN rpm-ostree install htop iotop && \
ostree container commit
RUN rpm-ostree install kate && \
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
# Automatic updates
#RUN systemctl enable rpm-ostreed-automatic.timer && \
# systemctl enable flatpak-automatic.timer && \
# ostree container commit