Add tree for file editor

This commit is contained in:
marcos
2018-01-21 22:59:31 -03:00
parent 7e01971c1b
commit 3151a4c1e0

View File

@@ -1,7 +1,7 @@
ARG VERSION=docker:stable-dind
FROM ${VERSION}
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh tree
ENV GOPATH /root/go
ENV PATH $PATH:$GOPATH