config: add jq and man pkgs

This commit is contained in:
Tomas Mirchev 2024-11-18 13:44:57 +01:00
parent ef6ff01558
commit b1b984ffed

View File

@ -22,6 +22,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
locales \ locales \
tree \ tree \
htop \ htop \
jq \
man \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& apt-get clean -y \ && apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*