Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore: clear up unneeded cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 4, 2023
1 parent 1cf1c24 commit 9c2e6ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ RUN rpm-ostree override remove firefox firefox-langpacks && \
echo "Installing: ${pkg}" && \
rpm-ostree install $pkg; \
done && \
echo "---" && \
echo "---"

sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-system-update.timer && \
rm -rf \
RUN rm -rf \
/tmp/* \
/var/* && \
ostree container commit

0 comments on commit 9c2e6ca

Please sign in to comment.