client: archlinux: move calc package to base image

as it is a 'Related "useful" package'.
This commit is contained in:
2026-03-10 17:05:09 -07:00
parent 270e6e7e62
commit dbbe42466c
2 changed files with 1 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ RUN pacman -Syu \
#
RUN pacman -Syu \
calc \
less \
--noconfirm --disable-download-timeout

View File

@@ -36,11 +36,6 @@ RUN pacman -Syu --noconfirm
## Optional (examples)
##
## Finance-related
#RUN pacman -Syu \
# calc \
# --noconfirm --disable-download-timeout
## Text editors
#RUN pacman -Syu \
# emacs-nox \