diff options
author | Chris <[email protected]> | 2020-05-15 13:47:42 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-15 13:47:42 -0400 |
commit | 88f156841b8828e179f6183db5ed43da4b724127 (patch) | |
tree | 3f9b8c6874eb72a938718f39950f3e5c01ecef13 /nvim-mach2.Dockerfile | |
parent | fb1375531a3178cf5bbe87c8bd7c667435553ec2 (diff) |
udpate docker install
Diffstat (limited to 'nvim-mach2.Dockerfile')
-rw-r--r-- | nvim-mach2.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim-mach2.Dockerfile b/nvim-mach2.Dockerfile index 62dc0b50..fa3b89ab 100644 --- a/nvim-mach2.Dockerfile +++ b/nvim-mach2.Dockerfile @@ -25,7 +25,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 bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install-docker.sh) RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install CMD ["nvim"] |