Skip to content

Commit

Permalink
Merge pull request #9980 from jacquesqiao/fix-pip-version
Browse files Browse the repository at this point in the history
specify version for pip
  • Loading branch information
jacquesqiao authored Apr 17, 2018
2 parents a79676e + 6708546 commit 0729ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN git config --global credential.helper store
# Fix locales to en_US.UTF-8
RUN localedef -i en_US -f UTF-8 en_US.UTF-8

RUN pip install --upgrade pip && \
RUN pip install --upgrade pip==9.0.3 && \
pip install -U 'protobuf==3.1.0' && \
pip install -U wheel sphinx && \
pip install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion tools/manylinux1/Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN git config --global credential.helper store
# Fix locales to en_US.UTF-8
RUN localedef -i en_US -f UTF-8 en_US.UTF-8

RUN pip install --upgrade pip && \
RUN pip install --upgrade pip==9.0.3 && \
pip install -U 'protobuf==3.1.0' && \
pip install -U wheel sphinx && \
pip install pre-commit
Expand Down

0 comments on commit 0729ea7

Please sign in to comment.