diff --git a/Dockerfile b/Dockerfile index b12695f..807dcb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ RUN pacman -Syu --noconfirm nodejs npm openssh pm2 neovim git && \ chown -R root.root /root/.ssh && \ chmod 700 -R /root/.ssh && \ ln -s /bin/nvim /usr/local/bin/vim && \ + ln -s /bin/nvim /usr/local/bin/vi && \ npm install -g parcel-bundler @snootclub/post-receive