Unverified Commit 5a96ee52 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci][build] add back vim in docker (#6661)

parent 42c7f66a
...@@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \ ...@@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& python3 --version && python3 --version
RUN apt-get update -y \ 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 # 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} RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment