+ added wget, unzip, curl, grep, dbview to FINE UTILS
@ -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
###########################################################################