client: Dockerfiles: remote: dev-tools: enable man page support
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# docker-finance | modern accounting for the power-user
|
# 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
|
# 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
|
# 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)
|
# Add builder user (for `composer` and non-root building)
|
||||||
RUN useradd -m -s /bin/bash -r builder
|
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
|
# 'dev-tools' linters
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user