build(docker): switch to neovim stable

This commit is contained in:
winston 2022-08-21 21:10:30 +02:00
parent 75f7c82513
commit 71d1651a35
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -6,6 +6,7 @@ RUN pacman -Sy \
fd \
git \
go \
neovim \
nodejs \
npm \
python \
@ -31,14 +32,6 @@ WORKDIR /home/demo
# cd .. && \
# rm -rf yay-bin
# install the latest neovim-nightly build
ADD --chown=demo:demo https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz /home/demo/nvim-linux64.tar.gz
RUN mkdir ./neovim && \
tar -xzvf nvim-linux64.tar.gz -C . && \
rm /home/demo/nvim-linux64.tar.gz && \
sudo cp -r ./nvim-linux64/* /usr/ && \
rm -rf ./neovim
# copy the dotfiles
COPY --chown=demo:demo . /home/demo/.local/share/chezmoi
# make sure the ownership is correct