chore: clear up unneeded cmds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user