mirror of https://github.com/grpc/grpc.git
parent
0396cff7ab
commit
c4c493e8f4
2 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||||||
# Install Python 2.7 |
# Install Python 2.7 |
||||||
RUN apt-get update && apt-get install -y python2.7 python-all-dev |
RUN apt-get update && apt-get install -y python2.7 python-all-dev |
||||||
RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7 |
RUN curl https://bootstrap.pypa.io/2.7/get-pip.py | python2.7 |
||||||
|
Loading…
Reference in new issue