Skip to content

Commit

Permalink
Add tree as utility
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Nov 1, 2017
1 parent 16c4320 commit ad74b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL maintainer "[email protected]"
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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.3.Full
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad74b5c

Please sign in to comment.