silverblue-custom/Containerfile
Joshua Seiger-Eatwell 520faf6ff6
Some checks failed
Build Silverblue Image / build-push (push) Failing after 4m52s
switched to use bootc and dnf commands
2025-01-09 23:10:49 +01:00

9 lines
292 B
Docker

ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
RUN dnf install vim ncdu && \
dnf remove firefox firefox-langpacks && \
systemctl enable bootc-fetch-apply-updates.timer && \
ostree container commit && \
bootc container lint