diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-04 16:08:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-04 16:08:07 +0000 |
commit | 38afa4a503aebfd775b04a61115f142e3c382bc7 (patch) | |
tree | 2c5eb82471c1f549a6dcfe63bd7f0bc597fef967 /gotty/Dockerfile | |
parent | added a line so that vim generates the helptags for all the vim plugins we're... (diff) | |
download | dockerimages-38afa4a503aebfd775b04a61115f142e3c382bc7.tar.gz dockerimages-38afa4a503aebfd775b04a61115f142e3c382bc7.zip |
update
Diffstat (limited to '')
-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 |