fix ubuntu dockerfile build

This commit is contained in:
xfy
2024-11-15 16:40:26 +08:00
parent df0abcf203
commit 3ce86d37dc

View File

@ -31,7 +31,7 @@ RUN git clone https://github.com/DefectingCat/dotfiles \
&& bash /home/${USER}/dotfiles/zsh/install-plugins.sh \ && bash /home/${USER}/dotfiles/zsh/install-plugins.sh \
# neovim config # neovim config
&& git clone https://github.com/DefectingCat/nvim /home/${USER}/.config/nvim \ && git clone https://github.com/DefectingCat/nvim /home/${USER}/.config/nvim \
&& nvim --headless "+Lazy! install" +MasonInstallAll +qa \ # && nvim --headless "+Lazy! install" +MasonInstallAll +qa \
&& nvim --headless "+Lazy! install" +qa \ && nvim --headless "+Lazy! install" +qa \
&& nvim --headless "+Lazy! sync" +qa && nvim --headless "+Lazy! sync" +qa
# node # node