From 71c64f6ce190bf7139e292a910938b1f5a6d63cb Mon Sep 17 00:00:00 2001 From: leafee98 Date: Tue, 4 Jul 2023 10:58:06 +0800 Subject: [PATCH] no longer install neovim from apt --- cuda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda/Dockerfile b/cuda/Dockerfile index 7839e3a..c05c38d 100644 --- a/cuda/Dockerfile +++ b/cuda/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && echo root:${ROOT_PASSWD} | chpasswd \ \ && apt update \ - && apt install --yes ssh tini zsh netcat file neovim git locales \ + && apt install --yes ssh tini zsh netcat file git locales \ && apt clean \ && rm -rf /var/lib/apt/lists/* \ \