diff --git a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux index ded7d1c..4de55cb 100644 --- a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux +++ b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux @@ -36,12 +36,19 @@ RUN pacman -Syu --noconfirm --disable-download-timeout RUN pacman -Syu \ bc \ csvkit \ - less \ vim \ xan \ yq \ --noconfirm --disable-download-timeout +# +# Related "useful" packages (not dependencies) +# + +RUN pacman -Syu \ + less \ + --noconfirm --disable-download-timeout + # # Entrypoint #