added automatic accept on install/remove
All checks were successful
Build Silverblue Image / build-push (push) Successful in 6m57s
All checks were successful
Build Silverblue Image / build-push (push) Successful in 6m57s
This commit is contained in:
parent
520faf6ff6
commit
8e5b7538f6
@ -2,8 +2,8 @@ ARG FEDORA_MAJOR_VERSION=41
|
|||||||
|
|
||||||
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
||||||
|
|
||||||
RUN dnf install vim ncdu && \
|
RUN dnf install vim ncdu -y && \
|
||||||
dnf remove firefox firefox-langpacks && \
|
dnf remove firefox firefox-langpacks -y && \
|
||||||
systemctl enable bootc-fetch-apply-updates.timer && \
|
systemctl enable bootc-fetch-apply-updates.timer && \
|
||||||
ostree container commit && \
|
ostree container commit && \
|
||||||
bootc container lint
|
bootc container lint
|
Loading…
Reference in New Issue
Block a user