install htop too

This commit is contained in:
Tomas Mirchev 2024-11-10 06:04:41 +01:00
parent 78dcd419a8
commit ef6ff01558

View File

@ -21,6 +21,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
ripgrep \ ripgrep \
locales \ locales \
tree \ tree \
htop \
&& 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/*