silverblue-custom/Containerfile
Joshua Seiger-Eatwell a34113a794
All checks were successful
Build Silverblue Image / build-push (push) Successful in 10m33s
Revert "added intentionally failing build to test email setup"
This reverts commit 31bcd13d28.
2025-01-15 22:16:03 +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