silverblue-custom/Containerfile
Joshua Seiger-Eatwell d267037f0c
All checks were successful
Build Silverblue Image / build-push (push) Successful in 5m48s
added override to update services, so it does not reboot when updating
2025-01-11 14:21:01 +01:00

12 lines
313 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-fetch-apply-updates.timer && \
ostree container commit && \
bootc container lint