mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add psalm to image
This commit is contained in:
parent
fd076b3d5a
commit
91ae2881fe
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
|||
apt-get install --assume-yes \
|
||||
npm \
|
||||
chromium
|
||||
RUN wget https://github.com/vimeo/psalm/releases/latest/download/psalm.phar -O /usr/local/bin/psalm && \
|
||||
chmod +x /usr/local/bin/psalm
|
||||
|
||||
|
||||
ADD configs/autoconfig_mariadb.php configs/autoconfig_mysql.php configs/autoconfig_pgsql.php configs/autoconfig_oci.php configs/s3.php configs/s3mb.php configs/swift.php configs/swiftv3.php configs/azure.php configs/config.php /root/
|
||||
ADD configs/nginx-app.conf /etc/nginx/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue