Initial commit
This commit is contained in:
16
Containerfile
Normal file
16
Containerfile
Normal 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
|
||||
Reference in New Issue
Block a user