Joshua Seiger-Eatwell
8e5b7538f6
All checks were successful
Build Silverblue Image / build-push (push) Successful in 6m57s
9 lines
298 B
Docker
9 lines
298 B
Docker
ARG FEDORA_MAJOR_VERSION=41
|
|
|
|
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
|
|
|
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 |