NFVBENCH-195: Work around a fatal error encountered with the latest pip release,...
[nfvbench.git] / docker / Dockerfile
index d871acc..990f07e 100644 (file)
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
        && cp -a /opt/trex/$TREX_VER/automation/trex_control_plane/interactive/trex /usr/local/lib/python3.6/dist-packages/ \
        && rm -rf /opt/trex/$TREX_VER/automation/trex_control_plane/interactive/trex \
        && wget https://bootstrap.pypa.io/get-pip.py \
-       && python3 get-pip.py \
+       && python3 get-pip.py pip==20.2.4 \
        && pip3 install -U pbr \
        && pip3 install -U setuptools \
        && cd / \