silverblue-custom/Containerfile
Joshua Seiger-Eatwell aed77a37d5
Some checks are pending
Build Silverblue Image / build-push (push) Waiting to run
Revert "silverblue -> kinoite base"
This reverts commit d31d8706f7.
2025-03-27 22:23:00 +01:00

12 lines
305 B
Docker

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