1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

add npm to docker image

This commit is contained in:
Robin Appelman 2022-03-01 18:44:09 +01:00
commit 572d836a73

View file

@ -25,6 +25,10 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
curl -L https://github.com/harness/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx && \
install -t /usr/bin drone
RUN DEBIAN_FRONTEND=noninteractive ;\
apt-get install --assume-yes \
npm
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/