+ added ARG definition for FINE UTILS

+ added wget, unzip, curl, grep, dbview to FINE UTILS
This commit is contained in:
2025-06-11 19:49:14 +03:00
parent 537b5ad4be
commit 94fe970cd3

View File

@ -159,8 +159,10 @@ RUN if [ ${INSTALL_YADM} = true ]; then \
USER root
ARG INSTALL_FINE_UTILS=false
RUN if [ ${INSTALL_FINE_UTILS} = true ]; then \
apt-get install htop -qq \
apt-get install htop wget unzip curl grep dbview -qq \
;fi
###########################################################################