forked from platypush/platypush
The latest version of pip wants --break-system-packages in Docker.
This commit is contained in:
parent
e16cfdfb44
commit
55d4523ea3
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ steps:
|
||||||
- echo "-- Installing dependencies"
|
- echo "-- Installing dependencies"
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y dpkg-dev gpg python3 python3-pip
|
- apt install -y dpkg-dev gpg python3 python3-pip
|
||||||
- pip install awscli
|
- pip install awscli --break-system-packages
|
||||||
|
|
||||||
- echo "--- Parsing metadata"
|
- echo "--- Parsing metadata"
|
||||||
- git config --global --add safe.directory $PWD
|
- git config --global --add safe.directory $PWD
|
||||||
|
|
Loading…
Reference in a new issue