Merge pull request #319 into master
Some checks failed
docker-finance / all (push) Failing after 14m19s
Some checks failed
docker-finance / all (push) Failing after 14m19s
9bd61fc9 client: Dockerfiles: remote: dev-tools: enable man page support (Aaron Fiore)
This commit was merged in pull request #319.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user