Improve depedencies setup and upgrade tools to latest version #24

Merged
joao.dubas merged 15 commits from jpd-fix-build-process into main 2024-01-14 19:00:38 +00:00
Showing only changes of commit 33a2fe45e4 - Show all commits

View File

@ -166,7 +166,7 @@ RUN git config --global user.email "${GIT_USER_EMAIL}" \
&& git config --global core.editor nvim
# install rtx plugins
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install --force --yes \
awscli \
elixir \
erlang \