add tree as dep

This commit is contained in:
Tomas Mirchev 2024-10-02 21:45:00 +02:00
parent 6e5f253fd2
commit de34c0ef25

View File

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