fix(rtx): allow insecure/asdf plugins

This commit is contained in:
Joao P Dubas 2024-01-02 15:29:11 +00:00
parent 06cd3192de
commit 33a2fe45e4

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 \