silverblue-custom/Containerfile
Joshua Seiger-Eatwell ec4e17ac3b
Some checks failed
Build Silverblue Image / build-push (push) Has been cancelled
Reapply "silverblue -> kinoite base"
This reverts commit aed77a37d5.
2025-03-27 22:23:34 +01:00

11 lines
301 B
Docker

ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION}
COPY etc etc
RUN dnf install vim ncdu -y && \
dnf remove firefox firefox-langpacks -y && \
systemctl enable bootc-auto-update.timer && \
ostree container commit && \
bootc container lint