mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
fix pip?
This commit is contained in:
parent
9132d59f6f
commit
b7197f588f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
|||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.35.zip" -o "awscliv2.zip" && \
|
||||
unzip awscliv2.zip && \
|
||||
./aws/install && \
|
||||
pip3 install awscli-plugin-endpoint && \
|
||||
pip3 install --break-system-packages awscli-plugin-endpoint && \
|
||||
wget https://phar.phpunit.de/phpunit-9.phar -O /usr/local/bin/phpunit.phar && \
|
||||
curl -L https://github.com/harness/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx && \
|
||||
install -t /usr/bin drone && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue