We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c7f66 commit 5a96ee5Copy full SHA for 5a96ee5
Dockerfile
@@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
172
&& python3 --version
173
174
RUN apt-get update -y \
175
- && apt-get install -y python3-pip git curl libibverbs-dev
+ && apt-get install -y python3-pip git vim curl libibverbs-dev
176
177
# Install pip s.t. it will be compatible with our PYTHON_VERSION
178
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}
0 commit comments