diff options
Diffstat (limited to 'gotty/Dockerfile')
-rw-r--r-- | gotty/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 754441e..41def52 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -21,4 +21,5 @@ 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 |