Files
wunker-os/Containerfile
Jorge O. Castro 7479234c5f Remove workaround for rpm-ostree fix
This package is updated in fedora now, no need to do this.
2022-12-29 13:43:01 -05:00

16 lines
544 B
Docker

ARG FEDORA_MAJOR_VERSION=37
FROM ghcr.io/cgwalters/fedora-silverblue:${FEDORA_MAJOR_VERSION}
# See https://pagure.io/releng/issue/11047 for final location
COPY etc /etc
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 && \
ostree container commit