Skip to content

Commit 5a96ee5

Browse files
authored
[ci][build] add back vim in docker (#6661)
1 parent 42c7f66 commit 5a96ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
172172
&& python3 --version
173173

174174
RUN apt-get update -y \
175-
&& apt-get install -y python3-pip git curl libibverbs-dev
175+
&& apt-get install -y python3-pip git vim curl libibverbs-dev
176176

177177
# Install pip s.t. it will be compatible with our PYTHON_VERSION
178178
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}

0 commit comments

Comments
 (0)