fix(rtx): allow insecure/asdf plugins
This commit is contained in:
parent
06cd3192de
commit
33a2fe45e4
@ -166,7 +166,7 @@ RUN git config --global user.email "${GIT_USER_EMAIL}" \
|
|||||||
&& git config --global core.editor nvim
|
&& git config --global core.editor nvim
|
||||||
|
|
||||||
# install rtx plugins
|
# install rtx plugins
|
||||||
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
|
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install --force --yes \
|
||||||
awscli \
|
awscli \
|
||||||
elixir \
|
elixir \
|
||||||
erlang \
|
erlang \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user