From 67330111ee935f61eacdfa8a2f1875e6980a0afc Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 30 Oct 2024 18:49:22 +0000 Subject: [PATCH] =?UTF-8?q?f=C3=ADx(mise):=20remove=20erlang=20from=20plug?= =?UTF-8?q?ins=20list=20(#101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `mise` has native support to install `erlang`. Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/101 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2460407..942c0c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -200,7 +200,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ dagger \ eksctl \ elixir \ - erlang \ eza \ fzf \ github-cli \