diff --git a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux index 7c9d5b0..88716fd 100644 --- a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux +++ b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux @@ -33,6 +33,11 @@ COPY --from=hledger-suite /usr/local/bin/hledger-flow /usr/local/bin/hledger-flo RUN pacman -Syu --noconfirm --disable-download-timeout +# Apply man page support, as it's unsupported in upstream image (by default) +# NOTE: must be applied here before installing any other packages (that have man pages) +RUN sed -i '/NoExtract = usr\/share\/man\/\* usr\/share\/info\/\*/d' /etc/pacman.conf + +# Base packages RUN pacman -Syu \ bc \ csvkit \ @@ -48,6 +53,7 @@ RUN pacman -Syu \ RUN pacman -Syu \ calc \ less \ + man-db \ --noconfirm --disable-download-timeout #