Skip to content

Commit

Permalink
Download neovim from GitHub instead
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 21, 2024
1 parent 61af98c commit 093e2a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:23.10
FROM ubuntu:22.04

RUN apt-get update -y \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:neovim-ppa/stable \
&& apt-get update -y \
&& apt-get install -y build-essential neovim zsh git ripgrep fzf tmux make curl sudo unzip universal-ctags stow \
&& apt-get install -y build-essential zsh git ripgrep fzf tmux make curl sudo unzip universal-ctags stow \
&& curl -Lo /tmp/nvim-linux64.tar.gz https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz \
&& tar -C /tmp/ -xzvf /tmp/nvim-linux64.tar.gz \
&& mv /tmp/nvim-linux64/bin/nvim /bin/nvim \
&& curl -fsSL https://fnm.vercel.app/install | bash \
&& $HOME/.local/share/fnm/fnm install 20 \
&& $HOME/.local/share/fnm/fnm exec --using=20 npm update --location=global npm
Expand Down

0 comments on commit 093e2a4

Please sign in to comment.