Browse Source

+ added ARG definition for FINE UTILS

+ added wget, unzip, curl, grep, dbview to FINE UTILS
master
Aleksandr Ivanov 2 weeks ago
parent
commit
94fe970cd3
  1. 4
      dockerfiles/workspace/workspace.base.Dockerfile

4
dockerfiles/workspace/workspace.base.Dockerfile

@ -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
###########################################################################

Loading…
Cancel
Save