1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix s3cmd

This commit is contained in:
Robin Appelman 2023-07-11 16:45:27 +02:00
commit 50286789f1
2 changed files with 4 additions and 5 deletions

View file

@ -25,7 +25,6 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.35.zip" -o "awscliv2.zip" && \ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.35.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \ unzip awscliv2.zip && \
./aws/install && \ ./aws/install && \
pip3 install --break-system-packages awscli-plugin-endpoint && \
wget https://phar.phpunit.de/phpunit-9.phar -O /usr/local/bin/phpunit.phar && \ 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 && \ curl -L https://github.com/harness/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx && \
install -t /usr/bin drone && \ install -t /usr/bin drone && \

View file

@ -1,6 +1,6 @@
[default] [default]
access_key = DUMMY access_key = minio
secret_key = DUMMY secret_key = minio123
host_base = http://s3:4566/ host_base = http://s3:9000/
host_bucket = http://s3:4566/%(bucket) host_bucket = http://s3:9000/%(bucket)
check_ssl_certificate = False check_ssl_certificate = False