Add elixir lsp for version 1.12 #19

Merged
joao.dubas merged 3 commits from jpd-add-elixir-ls-for-1.12 into main 2023-12-08 11:53:15 +00:00
Showing only changes of commit d698aca9db - Show all commits

View File

@ -131,8 +131,6 @@ ENV XDG_DATA_HOME ${HOME}/.local/share
ENV XDG_CACHE_HOME ${HOME}/.cache
ENV STARSHIP_CONFIG ${XDG_CONFIG_HOME}/starship/config.toml
ENV PATH ${LOCAL_BIN_HOME}:$PATH
# NOTE (jpd): to install elixirls we have to set the shell to something known
ENV SHELL /usr/bin/bash
# command line utilities
RUN curl https://rtx.pub/install.sh | sh \