ARG FEDORA_MAJOR_VERSION=41

FROM quay.io/fedora-ostree-desktops/silverblue:${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