Open CedricLphn opened 1 year ago
seems like an architecture problem, could you check the neovim url from the releases here: https://github.com/neovim/neovim/releases/tag/stable and modify the Dockerfile accordingly to test?
it's these four lines that need adjusting for the right binary:
RUN wget https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
RUN tar -xzvf nvim-linux64.tar.gz
RUN rm nvim-linux64.tar.gz
RUN echo 'alias nvim=$HOME/opt/nvim-linux64/bin/nvim' >> /home/voltux/.bashrc
Hello sir,
Firstly, thank you for your presentation of Neovim in VTT 2023 by OVHCloud.
I want to test your docker container but I have a Mac M1 ARM with latest version of docker desktop but it's failed when installing Packersync. I supposed a problem of compatibility processor between x86_64/arm.
Thanks, Cedric