Add just task runner and example commands (#27)

This commit is contained in:
Jorge O. Castro
2023-01-16 22:37:32 -05:00
committed by GitHub
parent 7479234c5f
commit 870916bd8a
4 changed files with 91 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ COPY etc /etc
COPY ublue-firstboot /usr/bin
RUN rpm-ostree override remove firefox firefox-langpacks && \
rpm-ostree install distrobox gnome-tweaks && \
rpm-ostree install distrobox gnome-tweaks just && \
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-automatic.timer && \