silverblue-custom/Containerfile
Joshua Seiger-Eatwell 7957bdd111
All checks were successful
Build Silverblue Image / build-push (push) Successful in 10m5s
remembered to escape newline
2025-01-03 09:15:46 +01:00

13 lines
260 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