diff --git a/Dockerfile b/Dockerfile
index ee1bf2c4934480840e05f994c2676270a00f5daa..676ae0ebf650fcebedb400d7b6bac020ad517f11 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,8 @@ RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
 RUN cargo install cargo-outdated
 RUN cargo install maturin
 RUN cargo install evcxr_repl
+RUN wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
+RUN chmod u+x nvim.appimage && ./nvim.appimage
 RUN git clone https://github.com/neovide/neovide
 WORKDIR /neovide
 RUN cargo build --release