Skip to content
Snippets Groups Projects
Commit 5922255a authored by Guelakais's avatar Guelakais
Browse files

I don't want to start an Editor inside the compiling process

parent bfd0d61b
Branches MAMUT
No related merge requests found
......@@ -28,7 +28,7 @@ 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 nvim.appimage
RUN git clone https://github.com/neovide/neovide
WORKDIR /neovide
RUN cargo build --release
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment