+ added ARG definition for FINE UTILS
+ added wget, unzip, curl, grep, dbview to FINE UTILS
This commit is contained in:
@ -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
|
||||
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user