From 5a96ee52a30dbcf18676b7c0d52493437fee8eec Mon Sep 17 00:00:00 2001 From: youkaichao Date: Mon, 22 Jul 2024 16:26:29 -0700 Subject: [PATCH] [ci][build] add back vim in docker (#6661) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c83525ec925..b9a56e67e8d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \ && python3 --version RUN apt-get update -y \ - && apt-get install -y python3-pip git curl libibverbs-dev + && apt-get install -y python3-pip git vim curl libibverbs-dev # Install pip s.t. it will be compatible with our PYTHON_VERSION RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}