From 4c40a5b5bcb7d0560b31697b5083b5bcf03304b0 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 10 Mar 2026 17:05:09 -0700 Subject: [PATCH] client: archlinux: move `calc` package to base image as it is a 'Related "useful" package'. --- .../remote/docker-finance/finance/Dockerfile.archlinux | 1 + .../client/Dockerfiles/finance/Dockerfile.archlinux.in | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux index 4de55cb..7c9d5b0 100644 --- a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux +++ b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux @@ -46,6 +46,7 @@ RUN pacman -Syu \ # RUN pacman -Syu \ + calc \ less \ --noconfirm --disable-download-timeout diff --git a/client/conf.d/client/Dockerfiles/finance/Dockerfile.archlinux.in b/client/conf.d/client/Dockerfiles/finance/Dockerfile.archlinux.in index 9303edd..1a09130 100644 --- a/client/conf.d/client/Dockerfiles/finance/Dockerfile.archlinux.in +++ b/client/conf.d/client/Dockerfiles/finance/Dockerfile.archlinux.in @@ -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 \