diff --git a/Dockerfile b/Dockerfile index ff081b82..2b4da1ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -168,7 +168,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 + && apt-get install -y python3-pip git 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}