2025-01-02 23:32:42 +01:00
|
|
|
ARG FEDORA_MAJOR_VERSION=41
|
|
|
|
|
|
|
|
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
|
|
|
|
2025-01-03 09:42:26 +01:00
|
|
|
RUN rpm-ostree install vim ncdu && \
|
|
|
|
rpm-ostree override remove firefox firefox-langpacks && \
|
|
|
|
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
|
|
|
systemctl enable rpm-ostreed-automatic.timer && \
|
|
|
|
rpm-ostree cleanup -m && \
|
|
|
|
ostree container commit
|