File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ ADD ./{{ item.name }} ./{{ item.name }}
99# S3 botocore needs to be patched to handle responses from minio during 0-byte uploads
1010# Hacking botocore (https://github.com/boto/botocore/pull/1990)
1111
12+ # This MUST be the ONLY call to pip install in inside the container.
1213RUN pip3 install --upgrade pip setuptools wheel && \
1314 rm -rf /root/.cache/pip && \
14- pip3 install
15+ pip3 install pipdeptree
1516{% - if s 3_test | default (false ) -%}
1617{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue
1718{% - endif -%}
Original file line number Diff line number Diff line change 1- 2021.08.26-379-gece49c9
1+ 2021.08.26-380-g46e00a5
Original file line number Diff line number Diff line change @@ -156,5 +156,5 @@ if [[ "$TEST" = "azure" ]]; then
156156fi
157157
158158echo ::group::PIP_LIST
159- cmd_prefix bash -c " pip3 list && pip3 install pipdeptree && pipdeptree"
159+ cmd_prefix bash -c " pip3 list && pipdeptree"
160160echo ::endgroup::
You can’t perform that action at this time.
0 commit comments