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

Commit

Permalink
fix: enable dconf-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 10, 2023
1 parent 2ef196b commit bfe4105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY framework-packages.json /tmp/framework-packages.json
RUN /tmp/framework-install.sh && \
systemctl enable tlp && \
systemctl enable fprintd && \
systemctl enable dconf-update && \
rm -rf /tmp/* /var/* && \
ostree container commit && \
mkdir -p /var/tmp && chmod -R 1777 /tmp /var/tmp

0 comments on commit bfe4105

Please sign in to comment.