fix(docker): remove plugins that are built in

This commit is contained in:
João Paulo Dubas 2025-01-16 11:52:14 +00:00
parent d737210692
commit 3c2e6780e5
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -190,7 +190,7 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \ && cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa && nvim --headless "+Lazy! sync" +qa
# install rtx plugins # install mise plugins
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
age \ age \
awscli \ awscli \
@ -200,7 +200,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
ctlptl \ ctlptl \
dagger \ dagger \
eksctl \ eksctl \
elixir \
eza \ eza \
fzf \ fzf \
github-cli \ github-cli \
@ -217,7 +216,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
poetry \ poetry \
r \ r \
ripgrep \ ripgrep \
rust \
starship \ starship \
task \ task \
terraform \ terraform \