fix: Add vte dependency for first-setup (#56)

This commit is contained in:
Adam Israel
2023-02-12 14:06:05 -05:00
committed by GitHub
parent 43ddf0a123
commit f8917a3258

View File

@@ -31,7 +31,7 @@ COPY etc /etc
COPY ublue-firstboot /usr/bin
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 && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-automatic.timer && \