Commit 458bd58
committed
fix(packaging): install s3cmd via apt instead of pip
The packager Docker image build started failing after the base image
was updated to debian:trixie, which ships Python 3.13 and enforces
PEP 668. `pip3 install s3cmd==2.4.0` is now refused with
"externally-managed-environment".
Trixie packages s3cmd 2.4.0-3, so install it via apt and drop the
no-longer-needed python3-pip dependency.1 parent 61c40ad commit 458bd58
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments