From c7880d6758f345f1b247f5e26eea5aaa274330b6 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 16 Jan 2025 12:23:52 +0000 Subject: [PATCH] fix(docker): remove plugins that are built in (#154) `elixir` and `rust` are built into `mise` command. Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/154 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9b5be8..0071db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ && nvim --headless "+Lazy! sync" +qa -# install rtx plugins +# install mise plugins RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ age \ awscli \ @@ -200,7 +200,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ ctlptl \ dagger \ eksctl \ - elixir \ eza \ fzf \ github-cli \ @@ -217,7 +216,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ poetry \ r \ ripgrep \ - rust \ starship \ task \ terraform \