Fixes broken tests by using an upgraded pip (#26154)

pull/26177/head
AJ Heller 4 years ago committed by GitHub
parent 9896eda456
commit 9b87fb33bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/dockerfile/distribtest/python_ubuntu1604_x64/Dockerfile

@ -16,4 +16,6 @@ FROM ubuntu:16.04
RUN apt-get update -y && apt-get install -y python python-pip
RUN pip install virtualenv
RUN pip install --upgrade pip==19.3.1
RUN /usr/local/bin/pip install virtualenv

Loading…
Cancel
Save