Initial commit

This commit is contained in:
Jorge O. Castro
2022-12-08 12:13:51 -05:00
parent fa23fd0da7
commit a6f7daa71e
6 changed files with 206 additions and 0 deletions

16
Containerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM ghcr.io/cgwalters/fedora-silverblue:37
# See https://pagure.io/releng/issue/11047 for final location
COPY etc /etc
COPY usr /usr
COPY ublue-firstboot /usr/bin
RUN rpm-ostree override remove firefox firefox-langpacks && \
rpm-ostree install distrobox gnome-tweaks && \
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-automatic.timer && \
dconf update && \
rpm-ostree cleanup -m && \
ostree container commit