chore: clear up unneeded cmds

This commit is contained in:
ER
2023-03-04 12:28:58 +02:00
parent 1cf1c2441c
commit 9c2e6ca0a7

View File

@@ -19,12 +19,9 @@ RUN rpm-ostree override remove firefox firefox-langpacks && \
echo "Installing: ${pkg}" && \ echo "Installing: ${pkg}" && \
rpm-ostree install $pkg; \ rpm-ostree install $pkg; \
done && \ done && \
echo "---" && \ echo "---"
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \ RUN rm -rf \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-system-update.timer && \
rm -rf \
/tmp/* \ /tmp/* \
/var/* && \ /var/* && \
ostree container commit ostree container commit