Chris пре 5 година
родитељ
комит
434568b5bb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      nvim-mach2.Dockerfile

+ 1 - 0
nvim-mach2.Dockerfile

@@ -24,6 +24,7 @@ RUN apt update && apt install -y \
 
 
 SHELL ["/bin/bash", "-c"]
 SHELL ["/bin/bash", "-c"]
 
 
+RUN npm i -g neovim
 RUN bash  <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install.sh)
 RUN bash  <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install.sh)
 RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install
 RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install