mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-25 06:25:04 +00:00
fix: Add vte dependency for first-setup (#56)
This commit is contained in:
@@ -31,7 +31,7 @@ COPY etc /etc
|
|||||||
COPY ublue-firstboot /usr/bin
|
COPY ublue-firstboot /usr/bin
|
||||||
|
|
||||||
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
||||||
rpm-ostree install distrobox gnome-tweaks just && \
|
rpm-ostree install distrobox gnome-tweaks just vte291-gtk4-devel && \
|
||||||
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
||||||
systemctl enable rpm-ostreed-automatic.timer && \
|
systemctl enable rpm-ostreed-automatic.timer && \
|
||||||
systemctl enable flatpak-automatic.timer && \
|
systemctl enable flatpak-automatic.timer && \
|
||||||
|
|||||||
Reference in New Issue
Block a user