diff --git a/dockerfiles/workspace/workspace.base.Dockerfile b/dockerfiles/workspace/workspace.base.Dockerfile index 9c416de..a3005de 100644 --- a/dockerfiles/workspace/workspace.base.Dockerfile +++ b/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 ###########################################################################