Added more default productivity packages

This commit is contained in:
Myve 2025-01-21 01:53:17 +00:00
commit 731f4628b5
2 changed files with 27 additions and 1 deletions

View file

@ -22,7 +22,11 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
&& pacman -Su --ask 4 --needed ${addpkg} \
sudo bash bash-completion \
tigervnc \
i3-wm i3status dmenu konsole kate dolphin breeze-icons ttf-dejavu \
i3-wm i3status dmenu konsole kate kcalc dolphin breeze-icons \
firefox firefox-decentraleyes firefox-ublock-origin ttf-dejavu \
torbrowser-launcher \
shotwell ffmpegthumbs ark okular \
remmina libvncserver \
&& pacman -Scc --ask 4 \
&& useradd --create-home --gid users --shell /usr/bin/bash user \
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman' \