Skip to content

Commit

Permalink
Fix example Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Mar 25, 2017
1 parent 0a1d609 commit 84d4b84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN install_vim -name vim-precise -tag v7.3.429 -build \
-name vim-vivid -tag v7.4.488 -build \
-name vim-wily -tag v7.4.712 -build \
-name vim-xenial -tag v7.4.963 -build \
-vim neovim -tag v0.1.7 -build \
-vim neovim -tag master -build
-name vim-master -tag master -py2 -py3 -ruby -lua -build \
-vim nvim -tag v0.1.7 -py2 -py3 -ruby -build \
-vim nvim -tag master -py2 -py3 -ruby -build

0 comments on commit 84d4b84

Please sign in to comment.