Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
fix: Add vte dependency for first-setup (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamIsrael authored Feb 12, 2023
1 parent 43ddf0a commit f8917a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit f8917a3

Please sign in to comment.