mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
re-add phpunit
This commit is contained in:
parent
c505e75ae4
commit
55c6754646
1 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,8 @@ 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 awscli-plugin-endpoint
|
pip3 install awscli-plugin-endpoint && \
|
||||||
|
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/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/
|
ADD configs/nginx-app.conf /etc/nginx/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue