From 302abd9369e12c6f199216602941ee97ffbb2d37 Mon Sep 17 00:00:00 2001 From: Pierrick Louin Date: Thu, 3 Dec 2020 22:18:41 +0000 Subject: NFVBENCH-195: Work around a fatal error encountered with the latest pip release, building the container. Signed-off-by: Pierrick Louin Change-Id: I7dbfa076360be0c62a1b9893070f059dc2566842 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index d871acc..990f07e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 / \ -- cgit 1.2.3-korg