Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Oct 3, 2023
1 parent 8f0bc9e commit 61b36ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ RUN rpm-ostree install \
# dev tools
make xsel strace \
# preffered tools
neofetch gnome-tweak-tool util-linux-user fish \
neofetch gnome-tweak-tool util-linux-user fish gnome-console \
# logitech mouse/keyboard pairing
solaar \
#cleanup and verification stage
# remove gnome-terminal
&& rpm-ostree override remove gnome-terminal \
# cleanup and verification stage
&& rm -rf /var/lib/unbound \
&& ostree container commit

0 comments on commit 61b36ec

Please sign in to comment.