mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
aws cli 2
This commit is contained in:
parent
74b1dec83b
commit
50af2de1b3
2 changed files with 7 additions and 4 deletions
|
|
@ -19,12 +19,12 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
|||
nano \
|
||||
sqlite \
|
||||
s3cmd \
|
||||
awscli \
|
||||
python3-pip && \
|
||||
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
|
||||
|
||||
RUN wget https://phar.phpunit.de/phpunit-8.phar -O /usr/local/bin/phpunit.phar
|
||||
|
||||
ADD configs/autoconfig_mariadb.php configs/autoconfig_mysql.php configs/autoconfig_pgsql.php configs/autoconfig_oci.php configs/s3.php configs/swift.php configs/swiftv3.php configs/azure.php configs/config.php /root/
|
||||
ADD configs/nginx-app.conf /etc/nginx/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
[default]
|
||||
s3 =
|
||||
endpoint_url = http://s3:4566
|
||||
s3api =
|
||||
endpoint_url = http://s3:4566
|
||||
|
||||
[plugins]
|
||||
endpoint = awscli_plugin_endpoint
|
||||
cli_legacy_plugin_path = /usr/local/lib/python3.7/dist-packages
|
||||
Loading…
Add table
Add a link
Reference in a new issue