diff --git a/scripts/ci/Dockerfile.bundle-test-ubuntu-18-04 b/scripts/ci/Dockerfile.bundle-test-ubuntu-18-04 index d3ddfd20fdbf..c3f89fec1259 100644 --- a/scripts/ci/Dockerfile.bundle-test-ubuntu-18-04 +++ b/scripts/ci/Dockerfile.bundle-test-ubuntu-18-04 @@ -18,7 +18,7 @@ RUN apt-get update && \ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 -RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \ +RUN curl -s https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py && \ python3 get-pip.py --force-reinstall && \ rm get-pip.py