X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c2943343107ebccca374d2ae6d7c99dd0589faa5..892b87df5aa0619f33dbc2289230ff15dcd2f1b8:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 85d8e21..14e39ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,10 @@ FROM testbed/vim:latest RUN apk --no-cache add gtk+2.0-dev libx11-dev libxt-dev mcookie xauth xvfb # NOTE: +profile needs huge features. -RUN install_vim -tag master --with-features=huge \ +RUN install_vim -tag v8.1.0129 -name vim --with-features=huge \ --disable-channel --disable-netbeans --disable-xim \ --enable-gui=gtk2 --with-x -build -RUN ln -s /vim-build/bin/vim-master /usr/bin/gvim +RUN ln -s /vim-build/bin/vim /usr/bin/gvim RUN gvim --version # Install covimerage and vint.