switched to use bootc and dnf commands
Some checks failed
Build Silverblue Image / build-push (push) Failing after 4m52s
Some checks failed
Build Silverblue Image / build-push (push) Failing after 4m52s
This commit is contained in:
parent
1efb2201a5
commit
520faf6ff6
@ -2,9 +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 rpm-ostree install vim ncdu && \
|
RUN dnf install vim ncdu && \
|
||||||
rpm-ostree override remove firefox firefox-langpacks && \
|
dnf remove firefox firefox-langpacks && \
|
||||||
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
systemctl enable bootc-fetch-apply-updates.timer && \
|
||||||
systemctl enable rpm-ostreed-automatic.timer && \
|
ostree container commit && \
|
||||||
rpm-ostree cleanup -m && \
|
bootc container lint
|
||||||
ostree container commit
|
|
Loading…
Reference in New Issue
Block a user