diff --git a/Dockerfile b/Dockerfile index 8663c5c..85b6213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,6 +90,7 @@ RUN chmod +x /entrypoint.sh RUN chown $USERNAME /entrypoint.sh USER ${USERNAME} RUN nvim --headless "+Lazy! sync" +qa +RUN nvim --headless +"MasonInstall lua-language-server clangd python-lsp-server yaml-language-server" +q WORKDIR /home/$USERNAME # Switch back to dialog for any ad-hoc use of apt-get ENV DEBIAN_FRONTEND=dialog