diff options
-rw-r--r-- | gotty/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index bb7d64c..754441e 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -21,3 +21,4 @@ RUN git clone http://github.com/mbbill/undotree ~/.vim/bundle/undotree RUN git clone http://github.com/terminaldweller/fedora && cd fedora/baseline && cp ./.vimrc ~/.vimrc RUN go get github.com/yudai/gotty RUN vim -T xterm +Helptags +qall +EXPOSE 9000 |