diff --git a/Dockerfile.1 b/Dockerfile.1 index 8c5b04aa..a3d49f16 100644 --- a/Dockerfile.1 +++ b/Dockerfile.1 @@ -10,7 +10,7 @@ LABEL maintainer "jgiroux@coveo.com" RUN apk --no-cache add bash zsh fish # Installing the AWS cli -RUN apk --no-cache add py2-pip python3 groff less && \ +RUN apk --no-cache add py2-pip python3 groff less tree && \ pip install --upgrade pip && \ pip install awscli && \ pip3 install colorama diff --git a/Dockerfile.3.Full b/Dockerfile.3.Full index 41358dcd..abdffc17 100644 --- a/Dockerfile.3.Full +++ b/Dockerfile.3.Full @@ -14,7 +14,7 @@ RUN apt-get update && \ apt-get -y install apt-utils && \ apt-get -y install apt-transport-https software-properties-common python-software-properties && \ apt-get -y install software-properties-common python-software-properties && \ - apt-get -y install curl wget ksh zsh fish git unzip mysql-client vim-tiny nano jq + apt-get -y install curl wget ksh zsh fish git unzip mysql-client vim-tiny nano jq tree # Install os-my-zsh RUN sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" || echo