File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN git config --global credential.helper store
27
27
# Fix locales to en_US.UTF-8
28
28
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
29
29
30
- RUN pip install --upgrade pip && \
30
+ RUN pip install --upgrade pip==9.0.3 && \
31
31
pip install -U 'protobuf==3.1.0' && \
32
32
pip install -U wheel sphinx && \
33
33
pip install pre-commit
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN git config --global credential.helper store
37
37
# Fix locales to en_US.UTF-8
38
38
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
39
39
40
- RUN pip install --upgrade pip && \
40
+ RUN pip install --upgrade pip==9.0.3 && \
41
41
pip install -U 'protobuf==3.1.0' && \
42
42
pip install -U wheel sphinx && \
43
43
pip install pre-commit
You can’t perform that action at this time.
0 commit comments