mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add chromium to docker images for headless js testing
This commit is contained in:
parent
794c9cac3d
commit
fd076b3d5a
1 changed files with 3 additions and 1 deletions
|
|
@ -26,8 +26,10 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
||||||
install -t /usr/bin drone
|
install -t /usr/bin drone
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive ;\
|
RUN DEBIAN_FRONTEND=noninteractive ;\
|
||||||
|
apt-get update && \
|
||||||
apt-get install --assume-yes \
|
apt-get install --assume-yes \
|
||||||
npm
|
npm \
|
||||||
|
chromium
|
||||||
|
|
||||||
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/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/
|
ADD configs/nginx-app.conf /etc/nginx/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue