diff options
author | Chris <[email protected]> | 2020-05-14 00:39:28 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-14 00:39:28 -0400 |
commit | 434568b5bb413cd0029f0dcc8f62d42149369c06 (patch) | |
tree | b5cca0e42bd7ed339e4b06a3485fbf49df907a01 | |
parent | 6f1fc307d631d29c9cfdf225543116d5ce677336 (diff) |
fix for nom
-rw-r--r-- | nvim-mach2.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim-mach2.Dockerfile b/nvim-mach2.Dockerfile index 8b7da9f5..62dc0b50 100644 --- a/nvim-mach2.Dockerfile +++ b/nvim-mach2.Dockerfile @@ -24,6 +24,7 @@ RUN apt update && apt install -y \ SHELL ["/bin/bash", "-c"] +RUN npm i -g neovim 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 |