diff --git a/client/Dockerfiles/remote/docker-finance/dev-tools/Dockerfile.dev-tools b/client/Dockerfiles/remote/docker-finance/dev-tools/Dockerfile.dev-tools index fd2ba08..206ab15 100644 --- a/client/Dockerfiles/remote/docker-finance/dev-tools/Dockerfile.dev-tools +++ b/client/Dockerfiles/remote/docker-finance/dev-tools/Dockerfile.dev-tools @@ -1,6 +1,6 @@ # docker-finance | modern accounting for the power-user # -# Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC) +# Copyright (C) 2021-2024,2026 Aaron Fiore (Founder, Evergreen Crypto LLC) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,6 +22,10 @@ RUN apt-get update -y # Add builder user (for `composer` and non-root building) RUN useradd -m -s /bin/bash -r builder +# Enable man page support +RUN apt-get install man unminimize -y +RUN yes | unminimize + # # 'dev-tools' linters #