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 }}
9
9
# S3 botocore needs to be patched to handle responses from minio during 0-byte uploads
10
10
# Hacking botocore (https://github.com/boto/botocore/pull/1990)
11
11
12
+ # This MUST be the ONLY call to pip install in inside the container.
12
13
RUN pip3 install --upgrade pip setuptools wheel && \
13
14
rm -rf /root/.cache/pip && \
14
- pip3 install
15
+ pip3 install pipdeptree
15
16
{% - if s 3_test | default (false ) -%}
16
17
{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue
17
18
{% - 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
156
156
fi
157
157
158
158
echo ::group::PIP_LIST
159
- cmd_prefix bash -c " pip3 list && pip3 install pipdeptree && pipdeptree"
159
+ cmd_prefix bash -c " pip3 list && pipdeptree"
160
160
echo ::endgroup::
You can’t perform that action at this time.
0 commit comments