silverblue-custom/Containerfile
Joshua Seiger-Eatwell e455e1f4e7
Some checks failed
Daily Build Silverblue Image / build (push) Has been cancelled
added ncdu to image, removed vconsole.conf
2025-01-03 08:35:46 +01:00

13 lines
258 B
Docker

ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
RUN rpm-ostree install \
vim
ncdu
RUN rpm-ostree override remove firefox firefox-langpacks
RUN rpm-ostree cleanup -m && \
ostree container commit